Color Hex Logo

#e93aab Color Hex

#E93AAB
(233,58,171)
0 Favorites   0 Comments

Color spaces of #e93aab

RGB 23358171
HSL0.890.800.57
HSV321°75°91°
CMYK 0.000.750.27   0.09
XYZ42.468023.290040.7852
Yxy23.29000.39860.2186
Hunter Lab48.259772.6235-16.3253
CIE-Lab55.369874.6189-21.1195

#e93aab color RGB value is (233,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111010 10101011
Octal 351 72 253
Decimal 233 58 171
Hex E9 3A AB

RGB Percentages of Color #e93aab

%50.43
%12.55
%37.01

CMYK Percentages of Color #e93aab

%0
%75
%27
%9

Triadic Colors of #e93aab

#e93aab #abe93a #3aabe9

Analogous Colors of #e93aab

#e93aab #e93a53 #d03ae9

Monochromatic Colors of #e93aab

#e93aab

Complementary Color

#e93aab #3ae978

#e93aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93aab Color CSS Codes

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

#e93aab Text Font Color

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

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


#e93aab Background Color

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

This div background color is #e93aab


#e93aab Border Color

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

This div border color is #e93aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93aab


Comments

No comments written yet.

Please login to write comment.