Color Hex Logo

#e93aaf Color Hex

#E93AAF
(233,58,175)
0 Favorites   0 Comments

Color spaces of #e93aaf

RGB 23358175
HSL0.890.800.57
HSV320°75°91°
CMYK 0.000.750.25   0.09
XYZ42.855223.444942.8240
Yxy23.44490.39270.2148
Hunter Lab48.419973.2507-18.5438
CIE-Lab55.527775.0966-23.2106

#e93aaf color RGB value is (233,58,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111010 10101111
Octal 351 72 257
Decimal 233 58 175
Hex E9 3A AF

RGB Percentages of Color #e93aaf

%50.00
%12.45
%37.55

CMYK Percentages of Color #e93aaf

%0
%75
%25
%9

Triadic Colors of #e93aaf

#e93aaf #afe93a #3aafe9

Analogous Colors of #e93aaf

#e93aaf #e93a57 #cc3ae9

Monochromatic Colors of #e93aaf

#e93aaf

Complementary Color

#e93aaf #3ae974

#e93aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93aaf Color CSS Codes

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

#e93aaf Text Font Color

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

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


#e93aaf Background Color

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

This div background color is #e93aaf


#e93aaf Border Color

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

This div border color is #e93aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,58,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93aaf


Comments

No comments written yet.

Please login to write comment.