Color Hex Logo

#867abb Color Hex

#867ABB
(134,122,187)
0 Favorites   0 Comments

Color spaces of #867abb

RGB 134122187
HSL0.700.320.61
HSV251°35°73°
CMYK 0.280.350.00   0.27
XYZ25.760722.575350.0134
Yxy22.57530.26190.2295
Hunter Lab47.513513.6300-29.1501
CIE-Lab54.632219.1271-32.5344

#867abb color RGB value is (134,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111010 10111011
Octal 206 172 273
Decimal 134 122 187
Hex 86 7A BB

RGB Percentages of Color #867abb

%30.25
%27.54
%42.21

CMYK Percentages of Color #867abb

%28
%35
%0
%27

Triadic Colors of #867abb

#867abb #bb867a #7abb86

Analogous Colors of #867abb

#867abb #a77abb #7a8fbb

Monochromatic Colors of #867abb

#867abb

Complementary Color

#867abb #afbb7a

#867abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#867abb Color CSS Codes

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

#867abb Text Font Color

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

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


#867abb Background Color

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

This div background color is #867abb


#867abb Border Color

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

This div border color is #867abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867abb


Comments

No comments written yet.

Please login to write comment.