Color Hex Logo

#e90a9f Color Hex

#E90A9F
(233,10,159)
0 Favorites   0 Comments

Color spaces of #e90a9f

RGB 23310159
HSL0.890.920.48
HSV320°96°91°
CMYK 0.000.960.32   0.09
XYZ39.970820.043934.5631
Yxy20.04390.42260.2119
Hunter Lab44.770481.0157-14.4330
CIE-Lab51.886881.9876-19.3851

#e90a9f color RGB value is (233,10,159).

#e90a9f hex color red value is 233, green value is 10 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e90a9f hue: 0.89 , saturation: 0.92 and the lightness value of e90a9f is 0.48.

The process color (four color CMYK) of #e90a9f color hex is 0.00, 0.96, 0.32, 0.09. Web safe color of #e90a9f is #ff0099. Color #e90a9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001010 10011111
Octal 351 12 237
Decimal 233 10 159
Hex E9 A 9F

RGB Percentages of Color #e90a9f

%57.96
%2.49
%39.55

CMYK Percentages of Color #e90a9f

%0
%96
%32
%9

Triadic Colors of #e90a9f

#e90a9f #9fe90a #0a9fe9

Analogous Colors of #e90a9f

#e90a9f #e90a30 #c40ae9

Monochromatic Colors of #e90a9f

#e90a9f

Complementary Color

#e90a9f #0ae954

#e90a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90a9f Color CSS Codes

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

#e90a9f Text Font Color

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

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


#e90a9f Background Color

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

This div background color is #e90a9f


#e90a9f Border Color

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

This div border color is #e90a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90a9f


Comments

No comments written yet.

Please login to write comment.