Color Hex Logo

#ee80ca Color Hex

#EE80CA
(238,128,202)
0 Favorites   0 Comments

Color spaces of #ee80ca

RGB 238128202
HSL0.890.760.72
HSV320°46°93°
CMYK 0.000.460.15   0.07
XYZ53.639737.879860.3615
Yxy37.87980.35320.2494
Hunter Lab61.546647.8617-15.0658
CIE-Lab67.931951.4171-19.5869

#ee80ca color RGB value is (238,128,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000000 11001010
Octal 356 200 312
Decimal 238 128 202
Hex EE 80 CA

RGB Percentages of Color #ee80ca

%41.90
%22.54
%35.56

CMYK Percentages of Color #ee80ca

%0
%46
%15
%7

Triadic Colors of #ee80ca

#ee80ca #caee80 #80caee

Analogous Colors of #ee80ca

#ee80ca #ee8093 #db80ee

Monochromatic Colors of #ee80ca

#ee80ca

Complementary Color

#ee80ca #80eea4

#ee80ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee80ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee80ca Color CSS Codes

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

#ee80ca Text Font Color

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

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


#ee80ca Background Color

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

This div background color is #ee80ca


#ee80ca Border Color

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

This div border color is #ee80ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee80ca


Comments

No comments written yet.

Please login to write comment.