Color Hex Logo

#856dde Color Hex

#856DDE
(133,109,222)
1 Favorites   0 Comments

Color spaces of #856dde

RGB 133109222
HSL0.700.630.65
HSV253°51°87°
CMYK 0.400.510.00   0.13
XYZ28.326321.197871.7059
Yxy21.19780.23370.1749
Hunter Lab46.041129.2484-60.1115
CIE-Lab53.165335.8537-54.7544

#856dde color RGB value is (133,109,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101101 11011110
Octal 205 155 336
Decimal 133 109 222
Hex 85 6D DE

RGB Percentages of Color #856dde

%28.66
%23.49
%47.84

CMYK Percentages of Color #856dde

%40
%51
%0
%13

Triadic Colors of #856dde

#856dde #de856d #6dde85

Analogous Colors of #856dde

#856dde #be6dde #6d8ede

Monochromatic Colors of #856dde

#856dde

Complementary Color

#856dde #c6de6d

#856dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#856dde Color CSS Codes

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

#856dde Text Font Color

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

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


#856dde Background Color

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

This div background color is #856dde


#856dde Border Color

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

This div border color is #856dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856dde


Comments

No comments written yet.

Please login to write comment.