Color Hex Logo

#ea647a Color Hex

#EA647A
(234,100,122)
0 Favorites   0 Comments

Color spaces of #ea647a

RGB 234100122
HSL0.970.760.65
HSV350°57°92°
CMYK 0.000.570.48   0.08
XYZ42.001728.011921.6055
Yxy28.01190.45840.3057
Hunter Lab52.926349.034612.8451
CIE-Lab59.899553.690214.2076

#ea647a color RGB value is (234,100,122).

#ea647a hex color red value is 234, green value is 100 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ea647a hue: 0.97 , saturation: 0.76 and the lightness value of ea647a is 0.65.

The process color (four color CMYK) of #ea647a color hex is 0.00, 0.57, 0.48, 0.08. Web safe color of #ea647a is #ff6666. Color #ea647a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100100 01111010
Octal 352 144 172
Decimal 234 100 122
Hex EA 64 7A

RGB Percentages of Color #ea647a

%51.32
%21.93
%26.75

CMYK Percentages of Color #ea647a

%0
%57
%48
%8

Triadic Colors of #ea647a

#ea647a #7aea64 #647aea

Analogous Colors of #ea647a

#ea647a #ea9164 #ea64bd

Monochromatic Colors of #ea647a

#ea647a

Complementary Color

#ea647a #64ead4

#ea647a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea647a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea647a Color CSS Codes

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

#ea647a Text Font Color

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

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


#ea647a Background Color

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

This div background color is #ea647a


#ea647a Border Color

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

This div border color is #ea647a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea647a


Comments

No comments written yet.

Please login to write comment.