Color Hex Logo

#856bde Color Hex

#856BDE
(133,107,222)
0 Favorites   0 Comments

Color spaces of #856bde

RGB 133107222
HSL0.700.640.65
HSV254°52°87°
CMYK 0.400.520.00   0.13
XYZ28.115420.775971.6355
Yxy20.77590.23330.1724
Hunter Lab45.580630.3378-61.2751
CIE-Lab52.703437.0139-55.4939

#856bde color RGB value is (133,107,222).

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

The process color (four color CMYK) of #856bde color hex is 0.40, 0.52, 0.00, 0.13. Web safe color of #856bde is #9966cc. Color #856bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101011 11011110
Octal 205 153 336
Decimal 133 107 222
Hex 85 6B DE

RGB Percentages of Color #856bde

%28.79
%23.16
%48.05

CMYK Percentages of Color #856bde

%40
%52
%0
%13

Triadic Colors of #856bde

#856bde #de856b #6bde85

Analogous Colors of #856bde

#856bde #bf6bde #6b8bde

Monochromatic Colors of #856bde

#856bde

Complementary Color

#856bde #c4de6b

#856bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#856bde Color CSS Codes

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

#856bde Text Font Color

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

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


#856bde Background Color

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

This div background color is #856bde


#856bde Border Color

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

This div border color is #856bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856bde


Comments

No comments written yet.

Please login to write comment.