Color Hex Logo

#ea609a Color Hex

#EA609A
(234,96,154)
0 Favorites   0 Comments

Color spaces of #ea609a

RGB 23496154
HSL0.930.770.65
HSV335°59°92°
CMYK 0.000.590.34   0.08
XYZ43.947328.191333.6970
Yxy28.19130.41520.2664
Hunter Lab53.095554.8279-0.4615
CIE-Lab60.061258.7852-4.1422

#ea609a color RGB value is (234,96,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100000 10011010
Octal 352 140 232
Decimal 234 96 154
Hex EA 60 9A

RGB Percentages of Color #ea609a

%48.35
%19.83
%31.82

CMYK Percentages of Color #ea609a

%0
%59
%34
%8

Triadic Colors of #ea609a

#ea609a #9aea60 #609aea

Analogous Colors of #ea609a

#ea609a #ea6b60 #ea60df

Monochromatic Colors of #ea609a

#ea609a

Complementary Color

#ea609a #60eab0

#ea609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea609a Color CSS Codes

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

#ea609a Text Font Color

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

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


#ea609a Background Color

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

This div background color is #ea609a


#ea609a Border Color

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

This div border color is #ea609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea609a


Comments

No comments written yet.

Please login to write comment.