Color Hex Logo

#856dfd Color Hex

#856DFD
(133,109,253)
0 Favorites   0 Comments

Color spaces of #856dfd

RGB 133109253
HSL0.690.970.71
HSV250°57°99°
CMYK 0.470.570.00   0.01
XYZ32.871123.015795.6385
Yxy23.01570.21690.1519
Hunter Lab47.974738.3482-84.6135
CIE-Lab55.088544.5475-68.9713

#856dfd color RGB value is (133,109,253).

#856dfd hex color red value is 133, green value is 109 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #856dfd hue: 0.69 , saturation: 0.97 and the lightness value of 856dfd is 0.71.

The process color (four color CMYK) of #856dfd color hex is 0.47, 0.57, 0.00, 0.01. Web safe color of #856dfd is #9966ff. Color #856dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101101 11111101
Octal 205 155 375
Decimal 133 109 253
Hex 85 6D FD

RGB Percentages of Color #856dfd

%26.87
%22.02
%51.11

CMYK Percentages of Color #856dfd

%47
%57
%0
%1

Triadic Colors of #856dfd

#856dfd #fd856d #6dfd85

Analogous Colors of #856dfd

#856dfd #cd6dfd #6d9dfd

Monochromatic Colors of #856dfd

#856dfd

Complementary Color

#856dfd #e5fd6d

#856dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#856dfd Color CSS Codes

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

#856dfd Text Font Color

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

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


#856dfd Background Color

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

This div background color is #856dfd


#856dfd Border Color

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

This div border color is #856dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856dfd


Comments

No comments written yet.

Please login to write comment.