Color Hex Logo

#857bdd Color Hex

#857BDD
(133,123,221)
0 Favorites   0 Comments

Color spaces of #857bdd

RGB 133123221
HSL0.680.590.67
HSV246°44°87°
CMYK 0.400.440.00   0.13
XYZ29.807024.372971.5401
Yxy24.37290.23710.1939
Hunter Lab49.368921.3756-51.3584
CIE-Lab56.459227.3766-48.9410

#857bdd color RGB value is (133,123,221).

#857bdd hex color red value is 133, green value is 123 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #857bdd hue: 0.68 , saturation: 0.59 and the lightness value of 857bdd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111011 11011101
Octal 205 173 335
Decimal 133 123 221
Hex 85 7B DD

RGB Percentages of Color #857bdd

%27.88
%25.79
%46.33

CMYK Percentages of Color #857bdd

%40
%44
%0
%13

Triadic Colors of #857bdd

#857bdd #dd857b #7bdd85

Analogous Colors of #857bdd

#857bdd #b67bdd #7ba2dd

Monochromatic Colors of #857bdd

#857bdd

Complementary Color

#857bdd #d3dd7b

#857bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#857bdd Color CSS Codes

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

#857bdd Text Font Color

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

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


#857bdd Background Color

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

This div background color is #857bdd


#857bdd Border Color

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

This div border color is #857bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857bdd


Comments

No comments written yet.

Please login to write comment.