Color Hex Logo

#e93ead Color Hex

#E93EAD
(233,62,173)
0 Favorites   0 Comments

Color spaces of #e93ead

RGB 23362173
HSL0.890.800.58
HSV321°73°91°
CMYK 0.000.730.26   0.09
XYZ42.869723.786041.8668
Yxy23.78600.39500.2192
Hunter Lab48.770971.5527-16.7572
CIE-Lab55.872973.6518-21.5154

#e93ead color RGB value is (233,62,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111110 10101101
Octal 351 76 255
Decimal 233 62 173
Hex E9 3E AD

RGB Percentages of Color #e93ead

%49.79
%13.25
%36.97

CMYK Percentages of Color #e93ead

%0
%73
%26
%9

Triadic Colors of #e93ead

#e93ead #ade93e #3eade9

Analogous Colors of #e93ead

#e93ead #e93e57 #d03ee9

Monochromatic Colors of #e93ead

#e93ead

Complementary Color

#e93ead #3ee97a

#e93ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93ead Color CSS Codes

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

#e93ead Text Font Color

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

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


#e93ead Background Color

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

This div background color is #e93ead


#e93ead Border Color

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

This div border color is #e93ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93ead


Comments

No comments written yet.

Please login to write comment.