Color Hex Logo

#e95687 Color Hex

#E95687
(233,86,135)
0 Favorites   0 Comments

Color spaces of #e95687

RGB 23386135
HSL0.940.770.63
HSV340°63°91°
CMYK 0.000.630.42   0.09
XYZ41.305225.728525.7107
Yxy25.72850.44540.2774
Hunter Lab50.723356.59125.4533
CIE-Lab57.778460.71583.5863

#e95687 color RGB value is (233,86,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010110 10000111
Octal 351 126 207
Decimal 233 86 135
Hex E9 56 87

RGB Percentages of Color #e95687

%51.32
%18.94
%29.74

CMYK Percentages of Color #e95687

%0
%63
%42
%9

Triadic Colors of #e95687

#e95687 #87e956 #5687e9

Analogous Colors of #e95687

#e95687 #e96f56 #e956d1

Monochromatic Colors of #e95687

#e95687

Complementary Color

#e95687 #56e9b8

#e95687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95687 Color CSS Codes

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

#e95687 Text Font Color

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

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


#e95687 Background Color

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

This div background color is #e95687


#e95687 Border Color

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

This div border color is #e95687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95687


Comments

No comments written yet.

Please login to write comment.