Color Hex Logo

#ea56aa Color Hex

#EA56AA
(234,86,170)
0 Favorites   0 Comments

Color spaces of #ea56aa

RGB 23486170
HSL0.910.780.63
HSV326°63°92°
CMYK 0.000.630.27   0.08
XYZ44.515227.050340.9052
Yxy27.05030.39580.2405
Hunter Lab52.009961.7606-10.2240
CIE-Lab59.020964.9276-14.9658

#ea56aa color RGB value is (234,86,170).

#ea56aa hex color red value is 234, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea56aa hue: 0.91 , saturation: 0.78 and the lightness value of ea56aa is 0.63.

The process color (four color CMYK) of #ea56aa color hex is 0.00, 0.63, 0.27, 0.08. Web safe color of #ea56aa is #ff6699. Color #ea56aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010110 10101010
Octal 352 126 252
Decimal 234 86 170
Hex EA 56 AA

RGB Percentages of Color #ea56aa

%47.76
%17.55
%34.69

CMYK Percentages of Color #ea56aa

%0
%63
%27
%8

Triadic Colors of #ea56aa

#ea56aa #aaea56 #56aaea

Analogous Colors of #ea56aa

#ea56aa #ea5660 #e056ea

Monochromatic Colors of #ea56aa

#ea56aa

Complementary Color

#ea56aa #56ea96

#ea56aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea56aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea56aa Color CSS Codes

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

#ea56aa Text Font Color

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

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


#ea56aa Background Color

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

This div background color is #ea56aa


#ea56aa Border Color

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

This div border color is #ea56aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea56aa


Comments

No comments written yet.

Please login to write comment.