Color Hex Logo

#867382 Color Hex

#867382
(134,115,130)
0 Favorites   0 Comments

Color spaces of #867382

RGB 134115130
HSL0.870.080.49
HSV313°14°53°
CMYK 0.000.140.03   0.47
XYZ19.991518.941523.7215
Yxy18.94150.31910.3023
Hunter Lab43.52185.8297-1.8506
CIE-Lab50.618710.2035-5.4841

#867382 color RGB value is (134,115,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 10000010
Octal 206 163 202
Decimal 134 115 130
Hex 86 73 82

RGB Percentages of Color #867382

%35.36
%30.34
%34.30

CMYK Percentages of Color #867382

%0
%14
%3
%47

Triadic Colors of #867382

#867382 #828673 #738286

Analogous Colors of #867382

#867382 #867379 #817386

Monochromatic Colors of #867382

#867382

Complementary Color

#867382 #738677

#867382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867382 Color CSS Codes

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

#867382 Text Font Color

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

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


#867382 Background Color

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

This div background color is #867382


#867382 Border Color

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

This div border color is #867382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867382


Comments

No comments written yet.

Please login to write comment.