Color Hex Logo

#ee80d3 Color Hex

#EE80D3
(238,128,211)
0 Favorites   0 Comments

Color spaces of #ee80d3

RGB 238128211
HSL0.870.760.72
HSV315°46°93°
CMYK 0.000.460.11   0.07
XYZ54.736938.318666.1393
Yxy38.31860.34380.2407
Hunter Lab61.902049.5102-20.0171
CIE-Lab68.254852.8239-24.1135

#ee80d3 color RGB value is (238,128,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000000 11010011
Octal 356 200 323
Decimal 238 128 211
Hex EE 80 D3

RGB Percentages of Color #ee80d3

%41.25
%22.18
%36.57

CMYK Percentages of Color #ee80d3

%0
%46
%11
%7

Triadic Colors of #ee80d3

#ee80d3 #d3ee80 #80d3ee

Analogous Colors of #ee80d3

#ee80d3 #ee809c #d280ee

Monochromatic Colors of #ee80d3

#ee80d3

Complementary Color

#ee80d3 #80ee9b

#ee80d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee80d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee80d3 Color CSS Codes

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

#ee80d3 Text Font Color

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

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


#ee80d3 Background Color

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

This div background color is #ee80d3


#ee80d3 Border Color

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

This div border color is #ee80d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee80d3


Comments

No comments written yet.

Please login to write comment.