Color Hex Logo

#ea75ad Color Hex

#EA75AD
(234,117,173)
0 Favorites   0 Comments

Color spaces of #ea75ad

RGB 234117173
HSL0.920.740.69
HSV331°50°92°
CMYK 0.000.500.26   0.08
XYZ47.835833.232143.4284
Yxy33.23210.38420.2669
Hunter Lab57.647347.2368-4.3128
CIE-Lab64.348451.3883-8.6886

#ea75ad color RGB value is (234,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110101 10101101
Octal 352 165 255
Decimal 234 117 173
Hex EA 75 AD

RGB Percentages of Color #ea75ad

%44.66
%22.33
%33.02

CMYK Percentages of Color #ea75ad

%0
%50
%26
%8

Triadic Colors of #ea75ad

#ea75ad #adea75 #75adea

Analogous Colors of #ea75ad

#ea75ad #ea7875 #ea75e8

Monochromatic Colors of #ea75ad

#ea75ad

Complementary Color

#ea75ad #75eab2

#ea75ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea75ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea75ad Color CSS Codes

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

#ea75ad Text Font Color

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

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


#ea75ad Background Color

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

This div background color is #ea75ad


#ea75ad Border Color

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

This div border color is #ea75ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea75ad


Comments

No comments written yet.

Please login to write comment.