Color Hex Logo

#e93aac Color Hex

#E93AAC
(233,58,172)
0 Favorites   0 Comments

Color spaces of #e93aac

RGB 23358172
HSL0.890.800.57
HSV321°75°91°
CMYK 0.000.750.26   0.09
XYZ42.563723.328341.2892
Yxy23.32830.39710.2177
Hunter Lab48.299472.7787-16.8751
CIE-Lab55.408974.7373-21.6435

#e93aac color RGB value is (233,58,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111010 10101100
Octal 351 72 254
Decimal 233 58 172
Hex E9 3A AC

RGB Percentages of Color #e93aac

%50.32
%12.53
%37.15

CMYK Percentages of Color #e93aac

%0
%75
%26
%9

Triadic Colors of #e93aac

#e93aac #ace93a #3aace9

Analogous Colors of #e93aac

#e93aac #e93a54 #cf3ae9

Monochromatic Colors of #e93aac

#e93aac

Complementary Color

#e93aac #3ae977

#e93aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93aac Color CSS Codes

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

#e93aac Text Font Color

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

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


#e93aac Background Color

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

This div background color is #e93aac


#e93aac Border Color

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

This div border color is #e93aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93aac


Comments

No comments written yet.

Please login to write comment.