Color Hex Logo

#ee52cb Color Hex

#EE52CB
(238,82,203)
0 Favorites   0 Comments

Color spaces of #ee52cb

RGB 23882203
HSL0.870.820.63
HSV313°66°93°
CMYK 0.000.660.15   0.07
XYZ49.056728.523559.4199
Yxy28.52350.35810.2082
Hunter Lab53.407470.4960-28.5796
CIE-Lab60.358871.9403-31.7853

#ee52cb color RGB value is (238,82,203).

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

The process color (four color CMYK) of #ee52cb color hex is 0.00, 0.66, 0.15, 0.07. Web safe color of #ee52cb is #ff66cc. Color #ee52cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010010 11001011
Octal 356 122 313
Decimal 238 82 203
Hex EE 52 CB

RGB Percentages of Color #ee52cb

%45.51
%15.68
%38.81

CMYK Percentages of Color #ee52cb

%0
%66
%15
%7

Triadic Colors of #ee52cb

#ee52cb #cbee52 #52cbee

Analogous Colors of #ee52cb

#ee52cb #ee527d #c352ee

Monochromatic Colors of #ee52cb

#ee52cb

Complementary Color

#ee52cb #52ee75

#ee52cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee52cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee52cb Color CSS Codes

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

#ee52cb Text Font Color

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

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


#ee52cb Background Color

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

This div background color is #ee52cb


#ee52cb Border Color

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

This div border color is #ee52cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee52cb


Comments

No comments written yet.

Please login to write comment.