Color Hex Logo

#863176 Color Hex

#863176
(134,49,118)
0 Favorites   0 Comments

Color spaces of #863176

RGB 13449118
HSL0.860.460.36
HSV311°63°53°
CMYK 0.000.630.12   0.47
XYZ14.19988.573018.0459
Yxy8.57300.34790.2100
Hunter Lab29.279735.3279-16.0463
CIE-Lab35.148844.8395-21.6715

#863176 color RGB value is (134,49,118).

#863176 hex color red value is 134, green value is 49 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #863176 hue: 0.86 , saturation: 0.46 and the lightness value of 863176 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110001 01110110
Octal 206 61 166
Decimal 134 49 118
Hex 86 31 76

RGB Percentages of Color #863176

%44.52
%16.28
%39.20

CMYK Percentages of Color #863176

%0
%63
%12
%47

Triadic Colors of #863176

#863176 #768631 #317686

Analogous Colors of #863176

#863176 #86314c #6c3186

Monochromatic Colors of #863176

#863176

Complementary Color

#863176 #318641

#863176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863176 Color CSS Codes

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

#863176 Text Font Color

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

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


#863176 Background Color

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

This div background color is #863176


#863176 Border Color

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

This div border color is #863176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863176


Comments

No comments written yet.

Please login to write comment.