Color Hex Logo

#e93aad Color Hex

#E93AAD
(233,58,173)
0 Favorites   0 Comments

Color spaces of #e93aad

RGB 23358173
HSL0.890.800.57
HSV321°75°91°
CMYK 0.000.750.26   0.09
XYZ42.660223.366941.7970
Yxy23.36690.39560.2167
Hunter Lab48.339372.9352-17.4281
CIE-Lab55.448374.8565-22.1667

#e93aad color RGB value is (233,58,173).

#e93aad hex color red value is 233, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e93aad hue: 0.89 , saturation: 0.80 and the lightness value of e93aad is 0.57.

The process color (four color CMYK) of #e93aad color hex is 0.00, 0.75, 0.26, 0.09. Web safe color of #e93aad is #ff3399. Color #e93aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111010 10101101
Octal 351 72 255
Decimal 233 58 173
Hex E9 3A AD

RGB Percentages of Color #e93aad

%50.22
%12.50
%37.28

CMYK Percentages of Color #e93aad

%0
%75
%26
%9

Triadic Colors of #e93aad

#e93aad #ade93a #3aade9

Analogous Colors of #e93aad

#e93aad #e93a56 #ce3ae9

Monochromatic Colors of #e93aad

#e93aad

Complementary Color

#e93aad #3ae976

#e93aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93aad Color CSS Codes

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

#e93aad Text Font Color

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

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


#e93aad Background Color

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

This div background color is #e93aad


#e93aad Border Color

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

This div border color is #e93aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93aad


Comments

No comments written yet.

Please login to write comment.