Color Hex Logo

#ee59ff Color Hex

#EE59FF
(238,89,255)
0 Favorites   0 Comments

Color spaces of #ee59ff

RGB 23889255
HSL0.821.000.67
HSV294°65°100°
CMYK 0.070.650.00   0.00
XYZ56.882332.541997.8909
Yxy32.54190.30370.1737
Hunter Lab57.045578.1597-61.8106
CIE-Lab63.788377.4415-55.4637

#ee59ff color RGB value is (238,89,255).

#ee59ff hex color red value is 238, green value is 89 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ee59ff hue: 0.82 , saturation: 1.00 and the lightness value of ee59ff is 0.67.

The process color (four color CMYK) of #ee59ff color hex is 0.07, 0.65, 0.00, 0.00. Web safe color of #ee59ff is #ff66ff. Color #ee59ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011001 11111111
Octal 356 131 377
Decimal 238 89 255
Hex EE 59 FF

RGB Percentages of Color #ee59ff

%40.89
%15.29
%43.81

CMYK Percentages of Color #ee59ff

%7
%65
%0
%0

Triadic Colors of #ee59ff

#ee59ff #ffee59 #59ffee

Analogous Colors of #ee59ff

#ee59ff #ff59bd #9b59ff

Monochromatic Colors of #ee59ff

#ee59ff

Complementary Color

#ee59ff #6aff59

#ee59ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee59ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee59ff Color CSS Codes

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

#ee59ff Text Font Color

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

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


#ee59ff Background Color

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

This div background color is #ee59ff


#ee59ff Border Color

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

This div border color is #ee59ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee59ff


Comments

No comments written yet.

Please login to write comment.