Color Hex Logo

#e95ead Color Hex

#E95EAD
(233,94,173)
0 Favorites   0 Comments

Color spaces of #e95ead

RGB 23394173
HSL0.910.760.64
HSV326°60°91°
CMYK 0.000.600.26   0.09
XYZ45.149828.346242.6269
Yxy28.34620.38880.2441
Hunter Lab53.241158.2004-10.2010
CIE-Lab60.200261.6806-14.9294

#e95ead color RGB value is (233,94,173).

#e95ead hex color red value is 233, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e95ead hue: 0.91 , saturation: 0.76 and the lightness value of e95ead is 0.64.

The process color (four color CMYK) of #e95ead color hex is 0.00, 0.60, 0.26, 0.09. Web safe color of #e95ead is #ff6699. Color #e95ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011110 10101101
Octal 351 136 255
Decimal 233 94 173
Hex E9 5E AD

RGB Percentages of Color #e95ead

%46.60
%18.80
%34.60

CMYK Percentages of Color #e95ead

%0
%60
%26
%9

Triadic Colors of #e95ead

#e95ead #ade95e #5eade9

Analogous Colors of #e95ead

#e95ead #e95e68 #e05ee9

Monochromatic Colors of #e95ead

#e95ead

Complementary Color

#e95ead #5ee99a

#e95ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95ead Color CSS Codes

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

#e95ead Text Font Color

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

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


#e95ead Background Color

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

This div background color is #e95ead


#e95ead Border Color

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

This div border color is #e95ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95ead


Comments

No comments written yet.

Please login to write comment.