Color Hex Logo

#857dcd Color Hex

#857DCD
(133,125,205)
0 Favorites   0 Comments

Color spaces of #857dcd

RGB 133125205
HSL0.680.440.65
HSV246°39°80°
CMYK 0.350.390.00   0.20
XYZ28.025924.061660.9248
Yxy24.06160.24800.2129
Hunter Lab49.052616.1427-39.3031
CIE-Lab56.149421.8063-40.4111

#857dcd color RGB value is (133,125,205).

#857dcd hex color red value is 133, green value is 125 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #857dcd hue: 0.68 , saturation: 0.44 and the lightness value of 857dcd is 0.65.

The process color (four color CMYK) of #857dcd color hex is 0.35, 0.39, 0.00, 0.20. Web safe color of #857dcd is #9966cc. Color #857dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111101 11001101
Octal 205 175 315
Decimal 133 125 205
Hex 85 7D CD

RGB Percentages of Color #857dcd

%28.73
%27.00
%44.28

CMYK Percentages of Color #857dcd

%35
%39
%0
%20

Triadic Colors of #857dcd

#857dcd #cd857d #7dcd85

Analogous Colors of #857dcd

#857dcd #ad7dcd #7d9dcd

Monochromatic Colors of #857dcd

#857dcd

Complementary Color

#857dcd #c5cd7d

#857dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#857dcd Color CSS Codes

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

#857dcd Text Font Color

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

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


#857dcd Background Color

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

This div background color is #857dcd


#857dcd Border Color

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

This div border color is #857dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857dcd


Comments

No comments written yet.

Please login to write comment.