Color Hex Logo

#867abd Color Hex

#867ABD
(134,122,189)
0 Favorites   0 Comments

Color spaces of #867abd

RGB 134122189
HSL0.700.340.61
HSV251°35°74°
CMYK 0.290.350.00   0.26
XYZ25.976422.661551.1491
Yxy22.66150.26030.2271
Hunter Lab47.604114.0959-30.3824
CIE-Lab54.721919.6407-33.5390

#867abd color RGB value is (134,122,189).

#867abd hex color red value is 134, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #867abd hue: 0.70 , saturation: 0.34 and the lightness value of 867abd is 0.61.

The process color (four color CMYK) of #867abd color hex is 0.29, 0.35, 0.00, 0.26. Web safe color of #867abd is #9966cc. Color #867abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111010 10111101
Octal 206 172 275
Decimal 134 122 189
Hex 86 7A BD

RGB Percentages of Color #867abd

%30.11
%27.42
%42.47

CMYK Percentages of Color #867abd

%29
%35
%0
%26

Triadic Colors of #867abd

#867abd #bd867a #7abd86

Analogous Colors of #867abd

#867abd #a87abd #7a90bd

Monochromatic Colors of #867abd

#867abd

Complementary Color

#867abd #b1bd7a

#867abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#867abd Color CSS Codes

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

#867abd Text Font Color

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

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


#867abd Background Color

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

This div background color is #867abd


#867abd Border Color

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

This div border color is #867abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867abd


Comments

No comments written yet.

Please login to write comment.