Color Hex Logo

#867eab Color Hex

#867EAB
(134,126,171)
0 Favorites   0 Comments

Color spaces of #867eab

RGB 134126171
HSL0.700.210.58
HSV251°26°67°
CMYK 0.220.260.00   0.33
XYZ24.643122.930341.6552
Yxy22.93030.27620.2570
Hunter Lab47.88568.0607-18.0559
CIE-Lab55.000512.7909-22.7742

#867eab color RGB value is (134,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111110 10101011
Octal 206 176 253
Decimal 134 126 171
Hex 86 7E AB

RGB Percentages of Color #867eab

%31.09
%29.23
%39.68

CMYK Percentages of Color #867eab

%22
%26
%0
%33

Triadic Colors of #867eab

#867eab #ab867e #7eab86

Analogous Colors of #867eab

#867eab #9d7eab #7e8dab

Monochromatic Colors of #867eab

#867eab

Complementary Color

#867eab #a3ab7e

#867eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#867eab Color CSS Codes

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

#867eab Text Font Color

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

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


#867eab Background Color

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

This div background color is #867eab


#867eab Border Color

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

This div border color is #867eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867eab


Comments

No comments written yet.

Please login to write comment.