Color Hex Logo

#e95587 Color Hex

#E95587
(233,85,135)
0 Favorites   0 Comments

Color spaces of #e95587

RGB 23385135
HSL0.940.770.62
HSV340°64°91°
CMYK 0.000.640.42   0.09
XYZ41.225925.569925.6843
Yxy25.56990.44580.2765
Hunter Lab50.566757.03545.2816
CIE-Lab57.626561.12803.3667

#e95587 color RGB value is (233,85,135).

#e95587 hex color red value is 233, green value is 85 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #e95587 hue: 0.94 , saturation: 0.77 and the lightness value of e95587 is 0.62.

The process color (four color CMYK) of #e95587 color hex is 0.00, 0.64, 0.42, 0.09. Web safe color of #e95587 is #ff6699. Color #e95587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010101 10000111
Octal 351 125 207
Decimal 233 85 135
Hex E9 55 87

RGB Percentages of Color #e95587

%51.43
%18.76
%29.80

CMYK Percentages of Color #e95587

%0
%64
%42
%9

Triadic Colors of #e95587

#e95587 #87e955 #5587e9

Analogous Colors of #e95587

#e95587 #e96d55 #e955d1

Monochromatic Colors of #e95587

#e95587

Complementary Color

#e95587 #55e9b7

#e95587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95587 Color CSS Codes

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

#e95587 Text Font Color

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

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


#e95587 Background Color

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

This div background color is #e95587


#e95587 Border Color

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

This div border color is #e95587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95587


Comments

No comments written yet.

Please login to write comment.