Color Hex Logo

#ea73aa Color Hex

#EA73AA
(234,115,170)
0 Favorites   0 Comments

Color spaces of #ea73aa

RGB 234115170
HSL0.920.740.68
HSV332°51°92°
CMYK 0.000.510.27   0.08
XYZ47.318132.656241.8395
Yxy32.65620.38840.2681
Hunter Lab57.145647.7980-3.4076
CIE-Lab63.881651.9606-7.6758

#ea73aa color RGB value is (234,115,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 10101010
Octal 352 163 252
Decimal 234 115 170
Hex EA 73 AA

RGB Percentages of Color #ea73aa

%45.09
%22.16
%32.76

CMYK Percentages of Color #ea73aa

%0
%51
%27
%8

Triadic Colors of #ea73aa

#ea73aa #aaea73 #73aaea

Analogous Colors of #ea73aa

#ea73aa #ea7873 #ea73e6

Monochromatic Colors of #ea73aa

#ea73aa

Complementary Color

#ea73aa #73eab3

#ea73aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea73aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea73aa Color CSS Codes

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

#ea73aa Text Font Color

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

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


#ea73aa Background Color

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

This div background color is #ea73aa


#ea73aa Border Color

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

This div border color is #ea73aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea73aa


Comments

No comments written yet.

Please login to write comment.