Color Hex Logo

#e9609a Color Hex

#E9609A
(233,96,154)
0 Favorites   0 Comments

Color spaces of #e9609a

RGB 23396154
HSL0.930.760.65
HSV335°59°91°
CMYK 0.000.590.34   0.09
XYZ43.619928.022533.6817
Yxy28.02250.41410.2661
Hunter Lab52.936354.4469-0.6690
CIE-Lab59.909158.4783-4.3839

#e9609a color RGB value is (233,96,154).

#e9609a hex color red value is 233, green value is 96 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e9609a hue: 0.93 , saturation: 0.76 and the lightness value of e9609a is 0.65.

The process color (four color CMYK) of #e9609a color hex is 0.00, 0.59, 0.34, 0.09. Web safe color of #e9609a is #ff6699. Color #e9609a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100000 10011010
Octal 351 140 232
Decimal 233 96 154
Hex E9 60 9A

RGB Percentages of Color #e9609a

%48.24
%19.88
%31.88

CMYK Percentages of Color #e9609a

%0
%59
%34
%9

Triadic Colors of #e9609a

#e9609a #9ae960 #609ae9

Analogous Colors of #e9609a

#e9609a #e96b60 #e960df

Monochromatic Colors of #e9609a

#e9609a

Complementary Color

#e9609a #60e9af

#e9609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9609a Color CSS Codes

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

#e9609a Text Font Color

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

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


#e9609a Background Color

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

This div background color is #e9609a


#e9609a Border Color

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

This div border color is #e9609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9609a


Comments

No comments written yet.

Please login to write comment.