Color Hex Logo

#857dbb Color Hex

#857DBB
(133,125,187)
0 Favorites   0 Comments

Color spaces of #857dbb

RGB 133125187
HSL0.690.310.61
HSV248°33°73°
CMYK 0.290.330.00   0.27
XYZ25.976123.241650.1307
Yxy23.24160.26150.2339
Hunter Lab48.209511.8121-27.9060
CIE-Lab55.320317.0602-31.4685

#857dbb color RGB value is (133,125,187).

#857dbb hex color red value is 133, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #857dbb hue: 0.69 , saturation: 0.31 and the lightness value of 857dbb is 0.61.

The process color (four color CMYK) of #857dbb color hex is 0.29, 0.33, 0.00, 0.27. Web safe color of #857dbb is #9966cc. Color #857dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111101 10111011
Octal 205 175 273
Decimal 133 125 187
Hex 85 7D BB

RGB Percentages of Color #857dbb

%29.89
%28.09
%42.02

CMYK Percentages of Color #857dbb

%29
%33
%0
%27

Triadic Colors of #857dbb

#857dbb #bb857d #7dbb85

Analogous Colors of #857dbb

#857dbb #a47dbb #7d94bb

Monochromatic Colors of #857dbb

#857dbb

Complementary Color

#857dbb #b3bb7d

#857dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#857dbb Color CSS Codes

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

#857dbb Text Font Color

<p style="color:#857dbb">Text here</p>

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


#857dbb Background Color

<div style="background-color:#857dbb">
Div content here</div>

This div background color is #857dbb


#857dbb Border Color

<div style="border:3px solid #857dbb">
Div here</div>

This div border color is #857dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,125,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #857dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #857dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #857dbb;
  box-shadow:         1px 1px 3px 2px #857dbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857dbb


Comments

No comments written yet.

Please login to write comment.