Color Hex Logo

#ea73ad Color Hex

#EA73AD
(234,115,173)
0 Favorites   0 Comments

Color spaces of #ea73ad

RGB 234115173
HSL0.920.740.68
HSV331°51°92°
CMYK 0.000.510.26   0.08
XYZ47.605232.771043.3515
Yxy32.77100.38480.2649
Hunter Lab57.246048.2585-4.8272
CIE-Lab63.975152.3575-9.2454

#ea73ad color RGB value is (234,115,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 10101101
Octal 352 163 255
Decimal 234 115 173
Hex EA 73 AD

RGB Percentages of Color #ea73ad

%44.83
%22.03
%33.14

CMYK Percentages of Color #ea73ad

%0
%51
%26
%8

Triadic Colors of #ea73ad

#ea73ad #adea73 #73adea

Analogous Colors of #ea73ad

#ea73ad #ea7573 #ea73e9

Monochromatic Colors of #ea73ad

#ea73ad

Complementary Color

#ea73ad #73eab0

#ea73ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea73ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea73ad Color CSS Codes

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

#ea73ad Text Font Color

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

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


#ea73ad Background Color

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

This div background color is #ea73ad


#ea73ad Border Color

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

This div border color is #ea73ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea73ad


Comments

No comments written yet.

Please login to write comment.