Color Hex Logo

#ea096e Color Hex

#EA096E
(234,9,110)
0 Favorites   0 Comments

Color spaces of #ea096e

RGB 2349110
HSL0.930.930.48
HSV333°96°92°
CMYK 0.000.960.53   0.08
XYZ36.843818.813616.4413
Yxy18.81360.51100.2609
Hunter Lab43.374675.71797.8882
CIE-Lab50.468478.06638.0993

#ea096e color RGB value is (234,9,110).

#ea096e hex color red value is 234, green value is 9 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ea096e hue: 0.93 , saturation: 0.93 and the lightness value of ea096e is 0.48.

The process color (four color CMYK) of #ea096e color hex is 0.00, 0.96, 0.53, 0.08. Web safe color of #ea096e is #ff0066. Color #ea096e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001001 01101110
Octal 352 11 156
Decimal 234 9 110
Hex EA 9 6E

RGB Percentages of Color #ea096e

%66.29
%2.55
%31.16

CMYK Percentages of Color #ea096e

%0
%96
%53
%8

Triadic Colors of #ea096e

#ea096e #6eea09 #096eea

Analogous Colors of #ea096e

#ea096e #ea1409 #ea09df

Monochromatic Colors of #ea096e

#ea096e

Complementary Color

#ea096e #09ea85

#ea096e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea096e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea096e Color CSS Codes

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

#ea096e Text Font Color

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

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


#ea096e Background Color

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

This div background color is #ea096e


#ea096e Border Color

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

This div border color is #ea096e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,9,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea096e


Comments

No comments written yet.

Please login to write comment.