Color Hex Logo

#ea818a Color Hex

#EA818A
(234,129,138)
0 Favorites   0 Comments

Color spaces of #ea818a

RGB 234129138
HSL0.990.710.71
HSV355°45°92°
CMYK 0.000.450.41   0.08
XYZ46.369435.027928.3619
Yxy35.02790.42250.3191
Hunter Lab59.184436.277413.0165
CIE-Lab65.770441.152913.2547

#ea818a color RGB value is (234,129,138).

#ea818a hex color red value is 234, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ea818a hue: 0.99 , saturation: 0.71 and the lightness value of ea818a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000001 10001010
Octal 352 201 212
Decimal 234 129 138
Hex EA 81 8A

RGB Percentages of Color #ea818a

%46.71
%25.75
%27.54

CMYK Percentages of Color #ea818a

%0
%45
%41
%8

Triadic Colors of #ea818a

#ea818a #8aea81 #818aea

Analogous Colors of #ea818a

#ea818a #eaad81 #ea81bf

Monochromatic Colors of #ea818a

#ea818a

Complementary Color

#ea818a #81eae1

#ea818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea818a Color CSS Codes

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

#ea818a Text Font Color

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

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


#ea818a Background Color

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

This div background color is #ea818a


#ea818a Border Color

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

This div border color is #ea818a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,129,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 #ea818a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea818a


Comments

No comments written yet.

Please login to write comment.