Color Hex Logo

#e92dab Color Hex

#E92DAB
(233,45,171)
0 Favorites   0 Comments

Color spaces of #e92dab

RGB 23345171
HSL0.890.810.55
HSV320°81°91°
CMYK 0.000.810.27   0.09
XYZ41.893322.140740.5936
Yxy22.14070.40040.2116
Hunter Lab47.053976.5788-18.2120
CIE-Lab54.176078.0326-22.9517

#e92dab color RGB value is (233,45,171).

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

The process color (four color CMYK) of #e92dab color hex is 0.00, 0.81, 0.27, 0.09. Web safe color of #e92dab is #ff3399. Color #e92dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00101101 10101011
Octal 351 55 253
Decimal 233 45 171
Hex E9 2D AB

RGB Percentages of Color #e92dab

%51.89
%10.02
%38.08

CMYK Percentages of Color #e92dab

%0
%81
%27
%9

Triadic Colors of #e92dab

#e92dab #abe92d #2dabe9

Analogous Colors of #e92dab

#e92dab #e92d4d #c92de9

Monochromatic Colors of #e92dab

#e92dab

Complementary Color

#e92dab #2de96b

#e92dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e92dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e92dab Color CSS Codes

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

#e92dab Text Font Color

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

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


#e92dab Background Color

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

This div background color is #e92dab


#e92dab Border Color

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

This div border color is #e92dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e92dab


Comments

No comments written yet.

Please login to write comment.