Color Hex Logo

#ee2dab Color Hex

#EE2DAB
(238,45,171)
0 Favorites   0 Comments

Color spaces of #ee2dab

RGB 23845171
HSL0.890.850.55
HSV321°81°93°
CMYK 0.000.810.28   0.07
XYZ43.549022.994240.6711
Yxy22.99420.40620.2145
Hunter Lab47.952378.1926-16.7207
CIE-Lab55.066479.1430-21.5081

#ee2dab color RGB value is (238,45,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101101 10101011
Octal 356 55 253
Decimal 238 45 171
Hex EE 2D AB

RGB Percentages of Color #ee2dab

%52.42
%9.91
%37.67

CMYK Percentages of Color #ee2dab

%0
%81
%28
%7

Triadic Colors of #ee2dab

#ee2dab #abee2d #2dabee

Analogous Colors of #ee2dab

#ee2dab #ee2d4a #d12dee

Monochromatic Colors of #ee2dab

#ee2dab

Complementary Color

#ee2dab #2dee70

#ee2dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2dab Color CSS Codes

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

#ee2dab Text Font Color

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

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


#ee2dab Background Color

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

This div background color is #ee2dab


#ee2dab Border Color

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

This div border color is #ee2dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2dab


Comments

No comments written yet.

Please login to write comment.