Color Hex Logo

#ee80cf Color Hex

#EE80CF
(238,128,207)
0 Favorites   0 Comments

Color spaces of #ee80cf

RGB 238128207
HSL0.880.760.72
HSV317°46°93°
CMYK 0.000.460.13   0.07
XYZ54.241638.120563.5306
Yxy38.12050.34790.2445
Hunter Lab61.741848.7682-17.7885
CIE-Lab68.109352.1922-22.1074

#ee80cf color RGB value is (238,128,207).

#ee80cf hex color red value is 238, green value is 128 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ee80cf hue: 0.88 , saturation: 0.76 and the lightness value of ee80cf is 0.72.

The process color (four color CMYK) of #ee80cf color hex is 0.00, 0.46, 0.13, 0.07. Web safe color of #ee80cf is #ff99cc. Color #ee80cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000000 11001111
Octal 356 200 317
Decimal 238 128 207
Hex EE 80 CF

RGB Percentages of Color #ee80cf

%41.54
%22.34
%36.13

CMYK Percentages of Color #ee80cf

%0
%46
%13
%7

Triadic Colors of #ee80cf

#ee80cf #cfee80 #80cfee

Analogous Colors of #ee80cf

#ee80cf #ee8098 #d680ee

Monochromatic Colors of #ee80cf

#ee80cf

Complementary Color

#ee80cf #80ee9f

#ee80cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee80cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee80cf Color CSS Codes

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

#ee80cf Text Font Color

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

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


#ee80cf Background Color

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

This div background color is #ee80cf


#ee80cf Border Color

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

This div border color is #ee80cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee80cf


Comments

No comments written yet.

Please login to write comment.