Color Hex Logo

#870676 Color Hex

#870676
(135,6,118)
0 Favorites   0 Comments

Color spaces of #870676

RGB 1356118
HSL0.860.910.28
HSV308°96°53°
CMYK 0.000.960.13   0.47
XYZ13.32686.589217.7090
Yxy6.58920.35420.1751
Hunter Lab25.669447.7503-22.9348
CIE-Lab30.852857.8044-28.3905

#870676 color RGB value is (135,6,118).

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

The process color (four color CMYK) of #870676 color hex is 0.00, 0.96, 0.13, 0.47. Web safe color of #870676 is #990066. Color #870676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000110 01110110
Octal 207 6 166
Decimal 135 6 118
Hex 87 6 76

RGB Percentages of Color #870676

%52.12
%2.32
%45.56

CMYK Percentages of Color #870676

%0
%96
%13
%47

Triadic Colors of #870676

#870676 #768706 #067687

Analogous Colors of #870676

#870676 #870635 #580687

Monochromatic Colors of #870676

#870676

Complementary Color

#870676 #068717

#870676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870676 Color CSS Codes

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

#870676 Text Font Color

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

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


#870676 Background Color

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

This div background color is #870676


#870676 Border Color

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

This div border color is #870676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870676


Comments

No comments written yet.

Please login to write comment.