Color Hex Logo

#e96fdc Color Hex

#E96FDC
(233,111,220)
0 Favorites   0 Comments

Color spaces of #e96fdc

RGB 233111220
HSL0.850.730.67
HSV306°52°91°
CMYK 0.000.520.06   0.09
XYZ52.207033.859871.4941
Yxy33.85980.33130.2149
Hunter Lab58.189258.3181-32.1142
CIE-Lab64.851160.9844-34.4350

#e96fdc color RGB value is (233,111,220).

#e96fdc hex color red value is 233, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e96fdc hue: 0.85 , saturation: 0.73 and the lightness value of e96fdc is 0.67.

The process color (four color CMYK) of #e96fdc color hex is 0.00, 0.52, 0.06, 0.09. Web safe color of #e96fdc is #ff66cc. Color #e96fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101111 11011100
Octal 351 157 334
Decimal 233 111 220
Hex E9 6F DC

RGB Percentages of Color #e96fdc

%41.31
%19.68
%39.01

CMYK Percentages of Color #e96fdc

%0
%52
%6
%9

Triadic Colors of #e96fdc

#e96fdc #dce96f #6fdce9

Analogous Colors of #e96fdc

#e96fdc #e96f9f #b96fe9

Monochromatic Colors of #e96fdc

#e96fdc

Complementary Color

#e96fdc #6fe97c

#e96fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96fdc Color CSS Codes

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

#e96fdc Text Font Color

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

This sample text font color is #e96fdc
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.


#e96fdc Background Color

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

This div background color is #e96fdc


#e96fdc Border Color

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

This div border color is #e96fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96fdc


Comments

No comments written yet.

Please login to write comment.