Color Hex Logo

#872676 Color Hex

#872676
(135,38,118)
0 Favorites   0 Comments

Color spaces of #872676

RGB 13538118
HSL0.860.560.34
HSV311°72°53°
CMYK 0.000.720.13   0.47
XYZ13.95487.845117.9183
Yxy7.84510.35130.1975
Hunter Lab28.009139.9170-18.3233
CIE-Lab33.658249.7300-23.9820

#872676 color RGB value is (135,38,118).

#872676 hex color red value is 135, green value is 38 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #872676 hue: 0.86 , saturation: 0.56 and the lightness value of 872676 is 0.34.

The process color (four color CMYK) of #872676 color hex is 0.00, 0.72, 0.13, 0.47. Web safe color of #872676 is #993366. Color #872676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100110 01110110
Octal 207 46 166
Decimal 135 38 118
Hex 87 26 76

RGB Percentages of Color #872676

%46.39
%13.06
%40.55

CMYK Percentages of Color #872676

%0
%72
%13
%47

Triadic Colors of #872676

#872676 #768726 #267687

Analogous Colors of #872676

#872676 #872646 #682687

Monochromatic Colors of #872676

#872676

Complementary Color

#872676 #268737

#872676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872676 Color CSS Codes

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

#872676 Text Font Color

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

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


#872676 Background Color

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

This div background color is #872676


#872676 Border Color

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

This div border color is #872676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872676


Comments

No comments written yet.

Please login to write comment.