Color Hex Logo

#856acd Color Hex

#856ACD
(133,106,205)
0 Favorites   0 Comments

Color spaces of #856acd

RGB 133106205
HSL0.710.500.61
HSV256°48°80°
CMYK 0.350.480.00   0.20
XYZ25.846319.702460.1983
Yxy19.70240.24440.1863
Hunter Lab44.387426.2607-49.3381
CIE-Lab51.499132.9899-47.7712

#856acd color RGB value is (133,106,205).

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

The process color (four color CMYK) of #856acd color hex is 0.35, 0.48, 0.00, 0.20. Web safe color of #856acd is #9966cc. Color #856acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101010 11001101
Octal 205 152 315
Decimal 133 106 205
Hex 85 6A CD

RGB Percentages of Color #856acd

%29.95
%23.87
%46.17

CMYK Percentages of Color #856acd

%35
%48
%0
%20

Triadic Colors of #856acd

#856acd #cd856a #6acd85

Analogous Colors of #856acd

#856acd #b76acd #6a81cd

Monochromatic Colors of #856acd

#856acd

Complementary Color

#856acd #b2cd6a

#856acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#856acd Color CSS Codes

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

#856acd Text Font Color

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

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


#856acd Background Color

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

This div background color is #856acd


#856acd Border Color

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

This div border color is #856acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856acd


Comments

No comments written yet.

Please login to write comment.