Color Hex Logo

#856aba Color Hex

#856ABA
(133,106,186)
0 Favorites   0 Comments

Color spaces of #856aba

RGB 133106186
HSL0.720.370.57
HSV260°43°73°
CMYK 0.280.430.00   0.27
XYZ23.689818.839848.8422
Yxy18.83980.25930.2062
Hunter Lab43.404821.4645-36.3339
CIE-Lab50.499328.0273-38.4461

#856aba color RGB value is (133,106,186).

#856aba hex color red value is 133, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #856aba hue: 0.72 , saturation: 0.37 and the lightness value of 856aba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101010 10111010
Octal 205 152 272
Decimal 133 106 186
Hex 85 6A BA

RGB Percentages of Color #856aba

%31.29
%24.94
%43.76

CMYK Percentages of Color #856aba

%28
%43
%0
%27

Triadic Colors of #856aba

#856aba #ba856a #6aba85

Analogous Colors of #856aba

#856aba #ad6aba #6a77ba

Monochromatic Colors of #856aba

#856aba

Complementary Color

#856aba #9fba6a

#856aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#856aba Color CSS Codes

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

#856aba Text Font Color

<p style="color:#856aba">Text here</p>

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


#856aba Background Color

<div style="background-color:#856aba">
Div content here</div>

This div background color is #856aba


#856aba Border Color

<div style="border:3px solid #856aba">
Div here</div>

This div border color is #856aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,106,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #856aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #856aba;
  -webkit-box-shadow: 1px 1px 3px 2px #856aba;
  box-shadow:         1px 1px 3px 2px #856aba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,106,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856aba


Comments

No comments written yet.

Please login to write comment.