Color Hex Logo

#ea908a Color Hex

#EA908A
(234,144,138)
0 Favorites   0 Comments

Color spaces of #ea908a

RGB 234144138
HSL0.010.700.73
HSV41°92°
CMYK 0.000.380.41   0.08
XYZ48.492439.273929.0696
Yxy39.27390.41500.3361
Hunter Lab62.668928.450516.3660
CIE-Lab68.949233.368717.6818

#ea908a color RGB value is (234,144,138).

#ea908a hex color red value is 234, green value is 144 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ea908a hue: 0.01 , saturation: 0.70 and the lightness value of ea908a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 10001010
Octal 352 220 212
Decimal 234 144 138
Hex EA 90 8A

RGB Percentages of Color #ea908a

%45.35
%27.91
%26.74

CMYK Percentages of Color #ea908a

%0
%38
%41
%8

Triadic Colors of #ea908a

#ea908a #8aea90 #908aea

Analogous Colors of #ea908a

#ea908a #eac08a #ea8ab4

Monochromatic Colors of #ea908a

#ea908a

Complementary Color

#ea908a #8ae4ea

#ea908a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea908a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea908a Color CSS Codes

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

#ea908a Text Font Color

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

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


#ea908a Background Color

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

This div background color is #ea908a


#ea908a Border Color

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

This div border color is #ea908a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea908a


Comments

No comments written yet.

Please login to write comment.