Color Hex Logo

#856cca Color Hex

#856CCA
(133,108,202)
0 Favorites   0 Comments

Color spaces of #856cca

RGB 133108202
HSL0.710.470.61
HSV256°47°79°
CMYK 0.340.470.00   0.21
XYZ25.696119.975958.3785
Yxy19.97590.24700.1920
Hunter Lab44.694424.4096-46.1567
CIE-Lab51.810031.0211-45.5642

#856cca color RGB value is (133,108,202).

#856cca hex color red value is 133, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #856cca hue: 0.71 , saturation: 0.47 and the lightness value of 856cca is 0.61.

The process color (four color CMYK) of #856cca color hex is 0.34, 0.47, 0.00, 0.21. Web safe color of #856cca is #9966cc. Color #856cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101100 11001010
Octal 205 154 312
Decimal 133 108 202
Hex 85 6C CA

RGB Percentages of Color #856cca

%30.02
%24.38
%45.60

CMYK Percentages of Color #856cca

%34
%47
%0
%21

Triadic Colors of #856cca

#856cca #ca856c #6cca85

Analogous Colors of #856cca

#856cca #b46cca #6c82ca

Monochromatic Colors of #856cca

#856cca

Complementary Color

#856cca #b1ca6c

#856cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#856cca Color CSS Codes

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

#856cca Text Font Color

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

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


#856cca Background Color

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

This div background color is #856cca


#856cca Border Color

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

This div border color is #856cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856cca


Comments

No comments written yet.

Please login to write comment.