Color Hex Logo

#e85177 Color Hex

#E85177
(232,81,119)
0 Favorites   0 Comments

Color spaces of #e85177

RGB 23281119
HSL0.960.770.61
HSV345°65°91°
CMYK 0.000.650.49   0.09
XYZ39.550924.372620.0726
Yxy24.37260.47090.2902
Hunter Lab49.368656.607410.4515
CIE-Lab56.458960.963811.1024

#e85177 color RGB value is (232,81,119).

#e85177 hex color red value is 232, green value is 81 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e85177 hue: 0.96 , saturation: 0.77 and the lightness value of e85177 is 0.61.

The process color (four color CMYK) of #e85177 color hex is 0.00, 0.65, 0.49, 0.09. Web safe color of #e85177 is #ff6666. Color #e85177 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010001 01110111
Octal 350 121 167
Decimal 232 81 119
Hex E8 51 77

RGB Percentages of Color #e85177

%53.70
%18.75
%27.55

CMYK Percentages of Color #e85177

%0
%65
%49
%9

Triadic Colors of #e85177

#e85177 #77e851 #5177e8

Analogous Colors of #e85177

#e85177 #e87751 #e851c3

Monochromatic Colors of #e85177

#e85177

Complementary Color

#e85177 #51e8c2

#e85177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85177 Color CSS Codes

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

#e85177 Text Font Color

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

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


#e85177 Background Color

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

This div background color is #e85177


#e85177 Border Color

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

This div border color is #e85177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85177


Comments

No comments written yet.

Please login to write comment.