Color Hex Logo

#867fab Color Hex

#867FAB
(134,127,171)
0 Favorites   0 Comments

Color spaces of #867fab

RGB 134127171
HSL0.690.210.58
HSV250°26°67°
CMYK 0.220.260.00   0.33
XYZ24.771623.187441.6981
Yxy23.18740.27630.2586
Hunter Lab48.15337.5579-17.6346
CIE-Lab55.264812.2046-22.3682

#867fab color RGB value is (134,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111111 10101011
Octal 206 177 253
Decimal 134 127 171
Hex 86 7F AB

RGB Percentages of Color #867fab

%31.02
%29.40
%39.58

CMYK Percentages of Color #867fab

%22
%26
%0
%33

Triadic Colors of #867fab

#867fab #ab867f #7fab86

Analogous Colors of #867fab

#867fab #9c7fab #7f8eab

Monochromatic Colors of #867fab

#867fab

Complementary Color

#867fab #a4ab7f

#867fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#867fab Color CSS Codes

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

#867fab Text Font Color

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

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


#867fab Background Color

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

This div background color is #867fab


#867fab Border Color

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

This div border color is #867fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,127,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 #867fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867fab


Comments

No comments written yet.

Please login to write comment.