Color Hex Logo

#867baa Color Hex

#867BAA
(134,123,170)
0 Favorites   0 Comments

Color spaces of #867baa

RGB 134123170
HSL0.710.220.57
HSV254°28°67°
CMYK 0.210.280.00   0.33
XYZ24.170222.136541.0291
Yxy22.13650.27680.2535
Hunter Lab47.04949.3623-18.7688
CIE-Lab54.171514.3113-23.4723

#867baa color RGB value is (134,123,170).

#867baa hex color red value is 134, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #867baa hue: 0.71 , saturation: 0.22 and the lightness value of 867baa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111011 10101010
Octal 206 173 252
Decimal 134 123 170
Hex 86 7B AA

RGB Percentages of Color #867baa

%31.38
%28.81
%39.81

CMYK Percentages of Color #867baa

%21
%28
%0
%33

Triadic Colors of #867baa

#867baa #aa867b #7baa86

Analogous Colors of #867baa

#867baa #9e7baa #7b88aa

Monochromatic Colors of #867baa

#867baa

Complementary Color

#867baa #9faa7b

#867baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#867baa Color CSS Codes

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

#867baa Text Font Color

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

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


#867baa Background Color

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

This div background color is #867baa


#867baa Border Color

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

This div border color is #867baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867baa


Comments

No comments written yet.

Please login to write comment.