Color Hex Logo

#872966 Color Hex

#872966
(135,41,102)
0 Favorites   0 Comments

Color spaces of #872966

RGB 13541102
HSL0.890.530.35
HSV321°70°53°
CMYK 0.000.700.24   0.47
XYZ13.18297.696113.3610
Yxy7.69610.38500.2248
Hunter Lab27.741836.2748-9.1359
CIE-Lab33.341846.1377-14.3134

#872966 color RGB value is (135,41,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 01100110
Octal 207 51 146
Decimal 135 41 102
Hex 87 29 66

RGB Percentages of Color #872966

%48.56
%14.75
%36.69

CMYK Percentages of Color #872966

%0
%70
%24
%47

Triadic Colors of #872966

#872966 #668729 #296687

Analogous Colors of #872966

#872966 #872937 #792987

Monochromatic Colors of #872966

#872966

Complementary Color

#872966 #29874a

#872966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872966 Color CSS Codes

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

#872966 Text Font Color

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

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


#872966 Background Color

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

This div background color is #872966


#872966 Border Color

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

This div border color is #872966


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,41,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872966


Comments

No comments written yet.

Please login to write comment.