Color Hex Logo

#ee58cc Color Hex

#EE58CC
(238,88,204)
0 Favorites   0 Comments

Color spaces of #ee58cc

RGB 23888204
HSL0.870.820.64
HSV314°63°93°
CMYK 0.000.630.14   0.07
XYZ49.648729.516260.2072
Yxy29.51620.35620.2118
Hunter Lab54.328868.0478-27.6750
CIE-Lab61.234569.7724-30.9940

#ee58cc color RGB value is (238,88,204).

#ee58cc hex color red value is 238, green value is 88 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ee58cc hue: 0.87 , saturation: 0.82 and the lightness value of ee58cc is 0.64.

The process color (four color CMYK) of #ee58cc color hex is 0.00, 0.63, 0.14, 0.07. Web safe color of #ee58cc is #ff66cc. Color #ee58cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011000 11001100
Octal 356 130 314
Decimal 238 88 204
Hex EE 58 CC

RGB Percentages of Color #ee58cc

%44.91
%16.60
%38.49

CMYK Percentages of Color #ee58cc

%0
%63
%14
%7

Triadic Colors of #ee58cc

#ee58cc #ccee58 #58ccee

Analogous Colors of #ee58cc

#ee58cc #ee5881 #c558ee

Monochromatic Colors of #ee58cc

#ee58cc

Complementary Color

#ee58cc #58ee7a

#ee58cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee58cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee58cc Color CSS Codes

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

#ee58cc Text Font Color

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

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


#ee58cc Background Color

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

This div background color is #ee58cc


#ee58cc Border Color

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

This div border color is #ee58cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee58cc


Comments

No comments written yet.

Please login to write comment.