Color Hex Logo

#e85881 Color Hex

#E85881
(232,88,129)
0 Favorites   0 Comments

Color spaces of #e85881

RGB 23288129
HSL0.950.760.63
HSV343°62°91°
CMYK 0.000.620.44   0.09
XYZ40.730925.720223.5866
Yxy25.72020.45240.2857
Hunter Lab50.715154.60767.9259
CIE-Lab57.770558.98657.0752

#e85881 color RGB value is (232,88,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011000 10000001
Octal 350 130 201
Decimal 232 88 129
Hex E8 58 81

RGB Percentages of Color #e85881

%51.67
%19.60
%28.73

CMYK Percentages of Color #e85881

%0
%62
%44
%9

Triadic Colors of #e85881

#e85881 #81e858 #5881e8

Analogous Colors of #e85881

#e85881 #e87758 #e858c9

Monochromatic Colors of #e85881

#e85881

Complementary Color

#e85881 #58e8bf

#e85881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85881 Color CSS Codes

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

#e85881 Text Font Color

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

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


#e85881 Background Color

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

This div background color is #e85881


#e85881 Border Color

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

This div border color is #e85881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85881


Comments

No comments written yet.

Please login to write comment.