Color Hex Logo

#e92abb Color Hex

#E92ABB
(233,42,187)
0 Favorites   0 Comments

Color spaces of #e92abb

RGB 23342187
HSL0.870.810.54
HSV314°82°91°
CMYK 0.000.820.20   0.09
XYZ43.401922.567449.0821
Yxy22.56740.37720.1962
Hunter Lab47.505279.9480-28.0045
CIE-Lab54.623980.6155-31.5848

#e92abb color RGB value is (233,42,187).

#e92abb hex color red value is 233, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e92abb hue: 0.87 , saturation: 0.81 and the lightness value of e92abb is 0.54.

The process color (four color CMYK) of #e92abb color hex is 0.00, 0.82, 0.20, 0.09. Web safe color of #e92abb is #ff33cc. Color #e92abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00101010 10111011
Octal 351 52 273
Decimal 233 42 187
Hex E9 2A BB

RGB Percentages of Color #e92abb

%50.43
%9.09
%40.48

CMYK Percentages of Color #e92abb

%0
%82
%20
%9

Triadic Colors of #e92abb

#e92abb #bbe92a #2abbe9

Analogous Colors of #e92abb

#e92abb #e92a5b #b82ae9

Monochromatic Colors of #e92abb

#e92abb

Complementary Color

#e92abb #2ae958

#e92abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e92abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e92abb Color CSS Codes

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

#e92abb Text Font Color

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

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


#e92abb Background Color

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

This div background color is #e92abb


#e92abb Border Color

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

This div border color is #e92abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,42,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e92abb


Comments

No comments written yet.

Please login to write comment.