Color Hex Logo

#867cac Color Hex

#867CAC
(134,124,172)
0 Favorites   0 Comments

Color spaces of #867cac

RGB 134124172
HSL0.700.220.58
HSV253°28°67°
CMYK 0.220.280.00   0.33
XYZ24.485622.462242.0748
Yxy22.46220.27500.2523
Hunter Lab47.39439.2795-19.4593
CIE-Lab54.514014.2070-24.0988

#867cac color RGB value is (134,124,172).

#867cac hex color red value is 134, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #867cac hue: 0.70 , saturation: 0.22 and the lightness value of 867cac is 0.58.

The process color (four color CMYK) of #867cac color hex is 0.22, 0.28, 0.00, 0.33. Web safe color of #867cac is #996699. Color #867cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111100 10101100
Octal 206 174 254
Decimal 134 124 172
Hex 86 7C AC

RGB Percentages of Color #867cac

%31.16
%28.84
%40.00

CMYK Percentages of Color #867cac

%22
%28
%0
%33

Triadic Colors of #867cac

#867cac #ac867c #7cac86

Analogous Colors of #867cac

#867cac #9e7cac #7c8aac

Monochromatic Colors of #867cac

#867cac

Complementary Color

#867cac #a2ac7c

#867cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#867cac Color CSS Codes

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

#867cac Text Font Color

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

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


#867cac Background Color

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

This div background color is #867cac


#867cac Border Color

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

This div border color is #867cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,124,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #867cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #867cac;
  -webkit-box-shadow: 1px 1px 3px 2px #867cac;
  box-shadow:         1px 1px 3px 2px #867cac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867cac


Comments

No comments written yet.

Please login to write comment.