Color Hex Logo

#e959dc Color Hex

#E959DC
(233,89,220)
0 Favorites   0 Comments

Color spaces of #e959dc

RGB 23389220
HSL0.850.770.63
HSV305°62°91°
CMYK 0.000.620.06   0.09
XYZ50.094929.635770.7901
Yxy29.63570.33280.1969
Hunter Lab54.438768.9894-38.9915
CIE-Lab61.338670.5264-39.9186

#e959dc color RGB value is (233,89,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 11011100
Octal 351 131 334
Decimal 233 89 220
Hex E9 59 DC

RGB Percentages of Color #e959dc

%42.99
%16.42
%40.59

CMYK Percentages of Color #e959dc

%0
%62
%6
%9

Triadic Colors of #e959dc

#e959dc #dce959 #59dce9

Analogous Colors of #e959dc

#e959dc #e95994 #ae59e9

Monochromatic Colors of #e959dc

#e959dc

Complementary Color

#e959dc #59e966

#e959dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e959dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e959dc Color CSS Codes

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

#e959dc Text Font Color

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

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


#e959dc Background Color

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

This div background color is #e959dc


#e959dc Border Color

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

This div border color is #e959dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,89,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 #e959dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e959dc


Comments

No comments written yet.

Please login to write comment.