Color Hex Logo

#856ebf Color Hex

#856EBF
(133,110,191)
0 Favorites   0 Comments

Color spaces of #856ebf

RGB 133110191
HSL0.710.390.59
HSV257°42°75°
CMYK 0.300.420.00   0.25
XYZ24.652819.900051.8320
Yxy19.90000.25580.2065
Hunter Lab44.609420.5792-37.6629
CIE-Lab51.724026.9556-39.3968

#856ebf color RGB value is (133,110,191).

#856ebf hex color red value is 133, green value is 110 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #856ebf hue: 0.71 , saturation: 0.39 and the lightness value of 856ebf is 0.59.

The process color (four color CMYK) of #856ebf color hex is 0.30, 0.42, 0.00, 0.25. Web safe color of #856ebf is #9966cc. Color #856ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101110 10111111
Octal 205 156 277
Decimal 133 110 191
Hex 85 6E BF

RGB Percentages of Color #856ebf

%30.65
%25.35
%44.01

CMYK Percentages of Color #856ebf

%30
%42
%0
%25

Triadic Colors of #856ebf

#856ebf #bf856e #6ebf85

Analogous Colors of #856ebf

#856ebf #ae6ebf #6e80bf

Monochromatic Colors of #856ebf

#856ebf

Complementary Color

#856ebf #a8bf6e

#856ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#856ebf Color CSS Codes

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

#856ebf Text Font Color

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

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


#856ebf Background Color

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

This div background color is #856ebf


#856ebf Border Color

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

This div border color is #856ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856ebf


Comments

No comments written yet.

Please login to write comment.