Color Hex Logo

#ee1baa Color Hex

#EE1BAA
(238,27,170)
0 Favorites   0 Comments

Color spaces of #ee1baa

RGB 23827170
HSL0.890.860.52
HSV319°89°93°
CMYK 0.000.890.29   0.07
XYZ42.907521.863339.9888
Yxy21.86330.40960.2087
Hunter Lab46.758281.9730-17.9756
CIE-Lab53.881782.3474-22.7407

#ee1baa color RGB value is (238,27,170).

#ee1baa hex color red value is 238, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ee1baa hue: 0.89 , saturation: 0.86 and the lightness value of ee1baa is 0.52.

The process color (four color CMYK) of #ee1baa color hex is 0.00, 0.89, 0.29, 0.07. Web safe color of #ee1baa is #ff3399. Color #ee1baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011011 10101010
Octal 356 33 252
Decimal 238 27 170
Hex EE 1B AA

RGB Percentages of Color #ee1baa

%54.71
%6.21
%39.08

CMYK Percentages of Color #ee1baa

%0
%89
%29
%7

Triadic Colors of #ee1baa

#ee1baa #aaee1b #1baaee

Analogous Colors of #ee1baa

#ee1baa #ee1b41 #c91bee

Monochromatic Colors of #ee1baa

#ee1baa

Complementary Color

#ee1baa #1bee5f

#ee1baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1baa Color CSS Codes

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

#ee1baa Text Font Color

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

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


#ee1baa Background Color

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

This div background color is #ee1baa


#ee1baa Border Color

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

This div border color is #ee1baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1baa


Comments

No comments written yet.

Please login to write comment.