Color Hex Logo

#867aae Color Hex

#867AAE
(134,122,174)
0 Favorites   0 Comments

Color spaces of #867aae

RGB 134122174
HSL0.710.240.58
HSV254°30°68°
CMYK 0.230.300.00   0.32
XYZ24.431022.043443.0115
Yxy22.04340.27300.2463
Hunter Lab46.950410.7206-21.4506
CIE-Lab54.073015.8712-25.9322

#867aae color RGB value is (134,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111010 10101110
Octal 206 172 256
Decimal 134 122 174
Hex 86 7A AE

RGB Percentages of Color #867aae

%31.16
%28.37
%40.47

CMYK Percentages of Color #867aae

%23
%30
%0
%32

Triadic Colors of #867aae

#867aae #ae867a #7aae86

Analogous Colors of #867aae

#867aae #a07aae #7a88ae

Monochromatic Colors of #867aae

#867aae

Complementary Color

#867aae #a2ae7a

#867aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#867aae Color CSS Codes

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

#867aae Text Font Color

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

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


#867aae Background Color

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

This div background color is #867aae


#867aae Border Color

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

This div border color is #867aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867aae


Comments

No comments written yet.

Please login to write comment.