Color Hex Logo

#ea639a Color Hex

#EA639A
(234,99,154)
0 Favorites   0 Comments

Color spaces of #ea639a

RGB 23499154
HSL0.930.760.65
HSV336°58°92°
CMYK 0.000.580.34   0.08
XYZ44.226328.749233.7900
Yxy28.74920.41420.2693
Hunter Lab53.618353.40130.1685
CIE-Lab60.559657.4531-3.4071

#ea639a color RGB value is (234,99,154).

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

The process color (four color CMYK) of #ea639a color hex is 0.00, 0.58, 0.34, 0.08. Web safe color of #ea639a is #ff6699. Color #ea639a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 10011010
Octal 352 143 232
Decimal 234 99 154
Hex EA 63 9A

RGB Percentages of Color #ea639a

%48.05
%20.33
%31.62

CMYK Percentages of Color #ea639a

%0
%58
%34
%8

Triadic Colors of #ea639a

#ea639a #9aea63 #639aea

Analogous Colors of #ea639a

#ea639a #ea7063 #ea63de

Monochromatic Colors of #ea639a

#ea639a

Complementary Color

#ea639a #63eab3

#ea639a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea639a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea639a Color CSS Codes

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

#ea639a Text Font Color

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

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


#ea639a Background Color

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

This div background color is #ea639a


#ea639a Border Color

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

This div border color is #ea639a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea639a


Comments

No comments written yet.

Please login to write comment.