Color Hex Logo

#872977 Color Hex

#872977
(135,41,119)
0 Favorites   0 Comments

Color spaces of #872977

RGB 13541119
HSL0.860.530.35
HSV310°70°53°
CMYK 0.000.700.12   0.47
XYZ14.11448.068718.2663
Yxy8.06870.34890.1995
Hunter Lab28.405538.9854-18.2430
CIE-Lab34.125648.7172-23.8812

#872977 color RGB value is (135,41,119).

#872977 hex color red value is 135, green value is 41 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #872977 hue: 0.86 , saturation: 0.53 and the lightness value of 872977 is 0.35.

The process color (four color CMYK) of #872977 color hex is 0.00, 0.70, 0.12, 0.47. Web safe color of #872977 is #993366. Color #872977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 01110111
Octal 207 51 167
Decimal 135 41 119
Hex 87 29 77

RGB Percentages of Color #872977

%45.76
%13.90
%40.34

CMYK Percentages of Color #872977

%0
%70
%12
%47

Triadic Colors of #872977

#872977 #778729 #297787

Analogous Colors of #872977

#872977 #872948 #682987

Monochromatic Colors of #872977

#872977

Complementary Color

#872977 #298739

#872977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872977 Color CSS Codes

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

#872977 Text Font Color

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

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


#872977 Background Color

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

This div background color is #872977


#872977 Border Color

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

This div border color is #872977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872977


Comments

No comments written yet.

Please login to write comment.