Color Hex Logo

#ea087b Color Hex

#EA087B
(234,8,123)
0 Favorites   0 Comments

Color spaces of #ea087b

RGB 2348123
HSL0.920.930.47
HSV329°97°92°
CMYK 0.000.970.47   0.08
XYZ37.593719.096220.4434
Yxy19.09620.48740.2476
Hunter Lab43.699277.08702.8523
CIE-Lab50.799679.09580.6482

#ea087b color RGB value is (234,8,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001000 01111011
Octal 352 10 173
Decimal 234 8 123
Hex EA 8 7B

RGB Percentages of Color #ea087b

%64.11
%2.19
%33.70

CMYK Percentages of Color #ea087b

%0
%97
%47
%8

Triadic Colors of #ea087b

#ea087b #7bea08 #087bea

Analogous Colors of #ea087b

#ea087b #ea080a #e808ea

Monochromatic Colors of #ea087b

#ea087b

Complementary Color

#ea087b #08ea77

#ea087b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea087b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea087b Color CSS Codes

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

#ea087b Text Font Color

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

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


#ea087b Background Color

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

This div background color is #ea087b


#ea087b Border Color

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

This div border color is #ea087b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea087b


Comments

No comments written yet.

Please login to write comment.