Color Hex Logo

#856cde Color Hex

#856CDE
(133,108,222)
0 Favorites   0 Comments

Color spaces of #856cde

RGB 133108222
HSL0.700.630.65
HSV253°51°87°
CMYK 0.400.510.00   0.13
XYZ28.220220.985671.6705
Yxy20.98560.23350.1736
Hunter Lab45.810029.7932-60.6931
CIE-Lab52.933736.4344-55.1250

#856cde color RGB value is (133,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101100 11011110
Octal 205 154 336
Decimal 133 108 222
Hex 85 6C DE

RGB Percentages of Color #856cde

%28.73
%23.33
%47.95

CMYK Percentages of Color #856cde

%40
%51
%0
%13

Triadic Colors of #856cde

#856cde #de856c #6cde85

Analogous Colors of #856cde

#856cde #be6cde #6c8cde

Monochromatic Colors of #856cde

#856cde

Complementary Color

#856cde #c5de6c

#856cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#856cde Color CSS Codes

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

#856cde Text Font Color

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

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


#856cde Background Color

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

This div background color is #856cde


#856cde Border Color

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

This div border color is #856cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,108,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 #856cde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856cde


Comments

No comments written yet.

Please login to write comment.