Color Hex Logo

#ea086c Color Hex

#EA086C
(234,8,108)
0 Favorites   0 Comments

Color spaces of #ea086c

RGB 2348108
HSL0.930.930.47
HSV333°97°92°
CMYK 0.000.970.54   0.08
XYZ36.725318.748815.8706
Yxy18.74880.51480.2628
Hunter Lab43.299975.62218.5785
CIE-Lab50.392078.00449.2144

#ea086c color RGB value is (234,8,108).

#ea086c hex color red value is 234, green value is 8 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ea086c hue: 0.93 , saturation: 0.93 and the lightness value of ea086c is 0.47.

The process color (four color CMYK) of #ea086c color hex is 0.00, 0.97, 0.54, 0.08. Web safe color of #ea086c is #ff0066. Color #ea086c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001000 01101100
Octal 352 10 154
Decimal 234 8 108
Hex EA 8 6C

RGB Percentages of Color #ea086c

%66.86
%2.29
%30.86

CMYK Percentages of Color #ea086c

%0
%97
%54
%8

Triadic Colors of #ea086c

#ea086c #6cea08 #086cea

Analogous Colors of #ea086c

#ea086c #ea1508 #ea08dd

Monochromatic Colors of #ea086c

#ea086c

Complementary Color

#ea086c #08ea86

#ea086c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea086c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea086c Color CSS Codes

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

#ea086c Text Font Color

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

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


#ea086c Background Color

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

This div background color is #ea086c


#ea086c Border Color

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

This div border color is #ea086c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea086c


Comments

No comments written yet.

Please login to write comment.