Color Hex Logo

#e85983 Color Hex

#E85983
(232,89,131)
0 Favorites   0 Comments

Color spaces of #e85983

RGB 23289131
HSL0.950.760.63
HSV342°62°91°
CMYK 0.000.620.44   0.09
XYZ40.947825.939324.3213
Yxy25.93930.44890.2844
Hunter Lab50.930654.38397.3382
CIE-Lab57.979458.75416.2009

#e85983 color RGB value is (232,89,131).

#e85983 hex color red value is 232, green value is 89 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #e85983 hue: 0.95 , saturation: 0.76 and the lightness value of e85983 is 0.63.

The process color (four color CMYK) of #e85983 color hex is 0.00, 0.62, 0.44, 0.09. Web safe color of #e85983 is #ff6699. Color #e85983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011001 10000011
Octal 350 131 203
Decimal 232 89 131
Hex E8 59 83

RGB Percentages of Color #e85983

%51.33
%19.69
%28.98

CMYK Percentages of Color #e85983

%0
%62
%44
%9

Triadic Colors of #e85983

#e85983 #83e859 #5983e8

Analogous Colors of #e85983

#e85983 #e87759 #e859cb

Monochromatic Colors of #e85983

#e85983

Complementary Color

#e85983 #59e8be

#e85983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85983 Color CSS Codes

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

#e85983 Text Font Color

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

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


#e85983 Background Color

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

This div background color is #e85983


#e85983 Border Color

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

This div border color is #e85983


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,89,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e85983; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e85983;
  -webkit-box-shadow: 1px 1px 3px 2px #e85983;
  box-shadow:         1px 1px 3px 2px #e85983; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,89,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85983


Comments

No comments written yet.

Please login to write comment.