Color Hex Logo

#ee2bac Color Hex

#EE2BAC
(238,43,172)
0 Favorites   0 Comments

Color spaces of #ee2bac

RGB 23843172
HSL0.890.850.55
HSV320°82°93°
CMYK 0.000.820.28   0.07
XYZ43.570222.883541.1503
Yxy22.88350.40490.2127
Hunter Lab47.836778.8656-17.5170
CIE-Lab54.952179.6979-22.2685

#ee2bac color RGB value is (238,43,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101011 10101100
Octal 356 53 254
Decimal 238 43 172
Hex EE 2B AC

RGB Percentages of Color #ee2bac

%52.54
%9.49
%37.97

CMYK Percentages of Color #ee2bac

%0
%82
%28
%7

Triadic Colors of #ee2bac

#ee2bac #acee2b #2bacee

Analogous Colors of #ee2bac

#ee2bac #ee2b4b #cf2bee

Monochromatic Colors of #ee2bac

#ee2bac

Complementary Color

#ee2bac #2bee6d

#ee2bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2bac Color CSS Codes

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

#ee2bac Text Font Color

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

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


#ee2bac Background Color

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

This div background color is #ee2bac


#ee2bac Border Color

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

This div border color is #ee2bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2bac


Comments

No comments written yet.

Please login to write comment.