Color Hex Logo

#856cee Color Hex

#856CEE
(133,108,238)
0 Favorites   0 Comments

Color spaces of #856cee

RGB 133108238
HSL0.700.790.68
HSV252°55°93°
CMYK 0.440.550.00   0.07
XYZ30.468021.884783.5073
Yxy21.88470.22430.1611
Hunter Lab46.781134.3882-73.0898
CIE-Lab53.904540.8813-62.5455

#856cee color RGB value is (133,108,238).

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

The process color (four color CMYK) of #856cee color hex is 0.44, 0.55, 0.00, 0.07. Web safe color of #856cee is #9966ff. Color #856cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101100 11101110
Octal 205 154 356
Decimal 133 108 238
Hex 85 6C EE

RGB Percentages of Color #856cee

%27.77
%22.55
%49.69

CMYK Percentages of Color #856cee

%44
%55
%0
%7

Triadic Colors of #856cee

#856cee #ee856c #6cee85

Analogous Colors of #856cee

#856cee #c66cee #6c94ee

Monochromatic Colors of #856cee

#856cee

Complementary Color

#856cee #d5ee6c

#856cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#856cee Color CSS Codes

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

#856cee Text Font Color

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

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


#856cee Background Color

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

This div background color is #856cee


#856cee Border Color

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

This div border color is #856cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856cee


Comments

No comments written yet.

Please login to write comment.