Color Hex Logo

#ee087c Color Hex

#EE087C
(238,8,124)
0 Favorites   0 Comments

Color spaces of #ee087c

RGB 2388124
HSL0.920.930.48
HSV330°97°93°
CMYK 0.000.970.48   0.07
XYZ38.984819.806020.8370
Yxy19.80600.48960.2487
Hunter Lab44.503978.48153.3928
CIE-Lab51.617280.04401.3276

#ee087c color RGB value is (238,8,124).

#ee087c hex color red value is 238, green value is 8 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ee087c hue: 0.92 , saturation: 0.93 and the lightness value of ee087c is 0.48.

The process color (four color CMYK) of #ee087c color hex is 0.00, 0.97, 0.48, 0.07. Web safe color of #ee087c is #ff0066. Color #ee087c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001000 01111100
Octal 356 10 174
Decimal 238 8 124
Hex EE 8 7C

RGB Percentages of Color #ee087c

%64.32
%2.16
%33.51

CMYK Percentages of Color #ee087c

%0
%97
%48
%7

Triadic Colors of #ee087c

#ee087c #7cee08 #087cee

Analogous Colors of #ee087c

#ee087c #ee0809 #ed08ee

Monochromatic Colors of #ee087c

#ee087c

Complementary Color

#ee087c #08ee7a

#ee087c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee087c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee087c Color CSS Codes

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

#ee087c Text Font Color

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

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


#ee087c Background Color

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

This div background color is #ee087c


#ee087c Border Color

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

This div border color is #ee087c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee087c


Comments

No comments written yet.

Please login to write comment.