Color Hex Logo

#867380 Color Hex

#867380
(134,115,128)
0 Favorites   0 Comments

Color spaces of #867380

RGB 134115128
HSL0.890.080.49
HSV319°14°53°
CMYK 0.000.140.04   0.47
XYZ19.858518.888323.0212
Yxy18.88830.32150.3058
Hunter Lab43.46075.5059-0.9836
CIE-Lab50.55639.8117-4.3956

#867380 color RGB value is (134,115,128).

#867380 hex color red value is 134, green value is 115 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #867380 hue: 0.89 , saturation: 0.08 and the lightness value of 867380 is 0.49.

The process color (four color CMYK) of #867380 color hex is 0.00, 0.14, 0.04, 0.47. Web safe color of #867380 is #996699. Color #867380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 10000000
Octal 206 163 200
Decimal 134 115 128
Hex 86 73 80

RGB Percentages of Color #867380

%35.54
%30.50
%33.95

CMYK Percentages of Color #867380

%0
%14
%4
%47

Triadic Colors of #867380

#867380 #808673 #738086

Analogous Colors of #867380

#867380 #867377 #837386

Monochromatic Colors of #867380

#867380

Complementary Color

#867380 #738679

#867380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867380 Color CSS Codes

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

#867380 Text Font Color

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

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


#867380 Background Color

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

This div background color is #867380


#867380 Border Color

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

This div border color is #867380


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,115,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867380


Comments

No comments written yet.

Please login to write comment.