Color Hex Logo

#ee2aac Color Hex

#EE2AAC
(238,42,172)
0 Favorites   0 Comments

Color spaces of #ee2aac

RGB 23842172
HSL0.890.850.55
HSV320°82°93°
CMYK 0.000.820.28   0.07
XYZ43.534322.811641.1383
Yxy22.81160.40500.2122
Hunter Lab47.761579.1190-17.6351
CIE-Lab54.877779.9126-22.3827

#ee2aac color RGB value is (238,42,172).

#ee2aac hex color red value is 238, green value is 42 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ee2aac hue: 0.89 , saturation: 0.85 and the lightness value of ee2aac is 0.55.

The process color (four color CMYK) of #ee2aac color hex is 0.00, 0.82, 0.28, 0.07. Web safe color of #ee2aac is #ff3399. Color #ee2aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101010 10101100
Octal 356 52 254
Decimal 238 42 172
Hex EE 2A AC

RGB Percentages of Color #ee2aac

%52.65
%9.29
%38.05

CMYK Percentages of Color #ee2aac

%0
%82
%28
%7

Triadic Colors of #ee2aac

#ee2aac #acee2a #2aacee

Analogous Colors of #ee2aac

#ee2aac #ee2a4a #ce2aee

Monochromatic Colors of #ee2aac

#ee2aac

Complementary Color

#ee2aac #2aee6c

#ee2aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2aac Color CSS Codes

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

#ee2aac Text Font Color

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

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


#ee2aac Background Color

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

This div background color is #ee2aac


#ee2aac Border Color

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

This div border color is #ee2aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,42,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 #ee2aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2aac


Comments

No comments written yet.

Please login to write comment.