Color Hex Logo

#e959de Color Hex

#E959DE
(233,89,222)
0 Favorites   0 Comments

Color spaces of #e959de

RGB 23389222
HSL0.850.770.63
HSV305°62°91°
CMYK 0.000.620.05   0.09
XYZ50.361529.742372.1937
Yxy29.74230.33070.1953
Hunter Lab54.536569.3962-40.3107
CIE-Lab61.431270.8424-40.8965

#e959de color RGB value is (233,89,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 11011110
Octal 351 131 336
Decimal 233 89 222
Hex E9 59 DE

RGB Percentages of Color #e959de

%42.83
%16.36
%40.81

CMYK Percentages of Color #e959de

%0
%62
%5
%9

Triadic Colors of #e959de

#e959de #dee959 #59dee9

Analogous Colors of #e959de

#e959de #e95996 #ac59e9

Monochromatic Colors of #e959de

#e959de

Complementary Color

#e959de #59e964

#e959de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e959de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e959de Color CSS Codes

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

#e959de Text Font Color

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

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


#e959de Background Color

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

This div background color is #e959de


#e959de Border Color

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

This div border color is #e959de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e959de


Comments

No comments written yet.

Please login to write comment.