Color Hex Logo

#856fdb Color Hex

#856FDB
(133,111,219)
0 Favorites   0 Comments

Color spaces of #856fdb

RGB 133111219
HSL0.700.600.65
HSV252°49°86°
CMYK 0.390.490.00   0.14
XYZ28.143521.469969.6786
Yxy21.46990.23590.1800
Hunter Lab46.335627.3306-56.7242
CIE-Lab53.460033.8636-52.5908

#856fdb color RGB value is (133,111,219).

#856fdb hex color red value is 133, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #856fdb hue: 0.70 , saturation: 0.60 and the lightness value of 856fdb is 0.65.

The process color (four color CMYK) of #856fdb color hex is 0.39, 0.49, 0.00, 0.14. Web safe color of #856fdb is #9966cc. Color #856fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101111 11011011
Octal 205 157 333
Decimal 133 111 219
Hex 85 6F DB

RGB Percentages of Color #856fdb

%28.73
%23.97
%47.30

CMYK Percentages of Color #856fdb

%39
%49
%0
%14

Triadic Colors of #856fdb

#856fdb #db856f #6fdb85

Analogous Colors of #856fdb

#856fdb #bb6fdb #6f8fdb

Monochromatic Colors of #856fdb

#856fdb

Complementary Color

#856fdb #c5db6f

#856fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#856fdb Color CSS Codes

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

#856fdb Text Font Color

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

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


#856fdb Background Color

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

This div background color is #856fdb


#856fdb Border Color

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

This div border color is #856fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856fdb


Comments

No comments written yet.

Please login to write comment.