Color Hex Logo

#867aad Color Hex

#867AAD
(134,122,173)
0 Favorites   0 Comments

Color spaces of #867aad

RGB 134122173
HSL0.710.240.58
HSV254°29°68°
CMYK 0.230.290.00   0.32
XYZ24.333922.004542.4999
Yxy22.00450.27390.2477
Hunter Lab46.909010.5057-20.8810
CIE-Lab54.031815.6272-25.4192

#867aad color RGB value is (134,122,173).

#867aad hex color red value is 134, green value is 122 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #867aad hue: 0.71 , saturation: 0.24 and the lightness value of 867aad is 0.58.

The process color (four color CMYK) of #867aad color hex is 0.23, 0.29, 0.00, 0.32. Web safe color of #867aad is #996699. Color #867aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111010 10101101
Octal 206 172 255
Decimal 134 122 173
Hex 86 7A AD

RGB Percentages of Color #867aad

%31.24
%28.44
%40.33

CMYK Percentages of Color #867aad

%23
%29
%0
%32

Triadic Colors of #867aad

#867aad #ad867a #7aad86

Analogous Colors of #867aad

#867aad #a07aad #7a88ad

Monochromatic Colors of #867aad

#867aad

Complementary Color

#867aad #a1ad7a

#867aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#867aad Color CSS Codes

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

#867aad Text Font Color

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

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


#867aad Background Color

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

This div background color is #867aad


#867aad Border Color

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

This div border color is #867aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867aad


Comments

No comments written yet.

Please login to write comment.