Color Hex Logo

#ea9084 Color Hex

#EA9084
(234,144,132)
0 Favorites   0 Comments

Color spaces of #ea9084

RGB 234144132
HSL0.020.710.72
HSV44°92°
CMYK 0.000.380.44   0.08
XYZ48.069839.104926.8442
Yxy39.10490.42160.3430
Hunter Lab62.533927.778618.3221
CIE-Lab68.827232.730720.8453

#ea9084 color RGB value is (234,144,132).

#ea9084 hex color red value is 234, green value is 144 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ea9084 hue: 0.02 , saturation: 0.71 and the lightness value of ea9084 is 0.72.

The process color (four color CMYK) of #ea9084 color hex is 0.00, 0.38, 0.44, 0.08. Web safe color of #ea9084 is #ff9999. Color #ea9084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 10000100
Octal 352 220 204
Decimal 234 144 132
Hex EA 90 84

RGB Percentages of Color #ea9084

%45.88
%28.24
%25.88

CMYK Percentages of Color #ea9084

%0
%38
%44
%8

Triadic Colors of #ea9084

#ea9084 #84ea90 #9084ea

Analogous Colors of #ea9084

#ea9084 #eac384 #ea84ab

Monochromatic Colors of #ea9084

#ea9084

Complementary Color

#ea9084 #84deea

#ea9084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9084 Color CSS Codes

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

#ea9084 Text Font Color

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

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


#ea9084 Background Color

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

This div background color is #ea9084


#ea9084 Border Color

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

This div border color is #ea9084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9084


Comments

No comments written yet.

Please login to write comment.