color codes Logo

#e96ffd color codes

#E96FFD
(233,111,253)
0 Favorites   0 Comments

Color spaces of #e96ffd

RGB 233111253
HSL0.810.970.71
HSV292°56°99°
CMYK 0.080.560.00   0.01
XYZ57.018335.784496.8304
Yxy35.78440.30070.1887
Hunter Lab59.820165.4546-54.0983
CIE-Lab66.354966.7141-50.3389

#e96ffd color RGB value is (233,111,253).

#e96ffd hex color red value is 233, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e96ffd hue: 0.81 , saturation: 0.97 and the lightness value of e96ffd is 0.71.

The process color (four color CMYK) of #e96ffd color code is 0.08, 0.56, 0.00, 0.01. Web safe color of #e96ffd is #ff66ff. Color #e96ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101111 11111101
Octal 351 157 375
Decimal 233 111 253
Hex E9 6F FD

RGB Percentages of Color #e96ffd

%39.03
%18.59
%42.38

CMYK Percentages of Color #e96ffd

%8
%56
%0
%1

Triadic Colors of #e96ffd

#e96ffd #fde96f #6ffde9

Analogous Colors of #e96ffd

#e96ffd #fd6fca #a26ffd

Monochromatic Colors of #e96ffd

#e96ffd

Complementary Color

#e96ffd #83fd6f

#e96ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96ffd Color CSS Codes

.mybgcolor {background-color:#e96ffd; } 
.myforecolor {color:#e96ffd; }
.mybordercolor {border:3px solid #e96ffd; }

#e96ffd Text Font Color

<p style="color:#e96ffd">Text here</p>

This sample text font color is #e96ffd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e96ffd Background Color

<div style="background-color:#e96ffd">
Div content here</div>

This div background color is #e96ffd


#e96ffd Border Color

<div style="border:3px solid #e96ffd">
Div here</div>

This div border color is #e96ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,111,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e96ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e96ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #e96ffd;
  box-shadow:         1px 1px 3px 2px #e96ffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,111,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e96ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e96ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #e96ffd;
  box-shadow:         1px 1px 3px 2px #e96ffd;">
Div content here</div>

This div box has shadow with color #e96ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.