Color Hex Logo

#ee59ea Color Hex

#EE59EA
(238,89,234)
0 Favorites   0 Comments

Color spaces of #ee59ea

RGB 23889234
HSL0.840.810.64
HSV302°63°93°
CMYK 0.000.630.02   0.07
XYZ53.683631.262481.0467
Yxy31.26240.32340.1883
Hunter Lab55.912873.5360-46.8031
CIE-Lab62.728573.9583-45.5155

#ee59ea color RGB value is (238,89,234).

#ee59ea hex color red value is 238, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ee59ea hue: 0.84 , saturation: 0.81 and the lightness value of ee59ea is 0.64.

The process color (four color CMYK) of #ee59ea color hex is 0.00, 0.63, 0.02, 0.07. Web safe color of #ee59ea is #ff66ff. Color #ee59ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011001 11101010
Octal 356 131 352
Decimal 238 89 234
Hex EE 59 EA

RGB Percentages of Color #ee59ea

%42.42
%15.86
%41.71

CMYK Percentages of Color #ee59ea

%0
%63
%2
%7

Triadic Colors of #ee59ea

#ee59ea #eaee59 #59eaee

Analogous Colors of #ee59ea

#ee59ea #ee59a0 #a859ee

Monochromatic Colors of #ee59ea

#ee59ea

Complementary Color

#ee59ea #59ee5d

#ee59ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee59ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee59ea Color CSS Codes

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

#ee59ea Text Font Color

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

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


#ee59ea Background Color

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

This div background color is #ee59ea


#ee59ea Border Color

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

This div border color is #ee59ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee59ea


Comments

No comments written yet.

Please login to write comment.