Color Hex Logo

#ee81ac Color Hex

#EE81AC
(238,129,172)
0 Favorites   0 Comments

Color spaces of #ee81ac

RGB 238129172
HSL0.930.760.72
HSV336°46°93°
CMYK 0.000.460.28   0.07
XYZ50.556536.856243.4791
Yxy36.85620.38620.2816
Hunter Lab60.709342.40700.0339
CIE-Lab67.169046.6321-3.8828

#ee81ac color RGB value is (238,129,172).

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

The process color (four color CMYK) of #ee81ac color hex is 0.00, 0.46, 0.28, 0.07. Web safe color of #ee81ac is #ff9999. Color #ee81ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000001 10101100
Octal 356 201 254
Decimal 238 129 172
Hex EE 81 AC

RGB Percentages of Color #ee81ac

%44.16
%23.93
%31.91

CMYK Percentages of Color #ee81ac

%0
%46
%28
%7

Triadic Colors of #ee81ac

#ee81ac #acee81 #81acee

Analogous Colors of #ee81ac

#ee81ac #ee8d81 #ee81e3

Monochromatic Colors of #ee81ac

#ee81ac

Complementary Color

#ee81ac #81eec3

#ee81ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee81ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee81ac Color CSS Codes

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

#ee81ac Text Font Color

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

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


#ee81ac Background Color

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

This div background color is #ee81ac


#ee81ac Border Color

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

This div border color is #ee81ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee81ac

#ee81ac Color Palettes


Comments

No comments written yet.

Please login to write comment.