Color Hex Logo

#ea718a Color Hex

#EA718A
(234,113,138)
0 Favorites   0 Comments

Color spaces of #ea718a

RGB 234113138
HSL0.970.740.68
HSV348°52°92°
CMYK 0.000.520.41   0.08
XYZ44.424331.137727.7135
Yxy31.13770.43020.3015
Hunter Lab55.801244.45509.6146
CIE-Lab62.623749.13368.8103

#ea718a color RGB value is (234,113,138).

#ea718a hex color red value is 234, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ea718a hue: 0.97 , saturation: 0.74 and the lightness value of ea718a is 0.68.

The process color (four color CMYK) of #ea718a color hex is 0.00, 0.52, 0.41, 0.08. Web safe color of #ea718a is #ff6699. Color #ea718a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 10001010
Octal 352 161 212
Decimal 234 113 138
Hex EA 71 8A

RGB Percentages of Color #ea718a

%48.25
%23.30
%28.45

CMYK Percentages of Color #ea718a

%0
%52
%41
%8

Triadic Colors of #ea718a

#ea718a #8aea71 #718aea

Analogous Colors of #ea718a

#ea718a #ea9571 #ea71c7

Monochromatic Colors of #ea718a

#ea718a

Complementary Color

#ea718a #71ead1

#ea718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea718a Color CSS Codes

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

#ea718a Text Font Color

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

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


#ea718a Background Color

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

This div background color is #ea718a


#ea718a Border Color

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

This div border color is #ea718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea718a


Comments

No comments written yet.

Please login to write comment.