Color Hex Logo

#857ddf Color Hex

#857DDF
(133,125,223)
0 Favorites   0 Comments

Color spaces of #857ddf

RGB 133125223
HSL0.680.600.68
HSV245°44°87°
CMYK 0.400.440.00   0.13
XYZ30.325824.981573.0356
Yxy24.98150.23630.1946
Hunter Lab49.981520.8356-51.6506
CIE-Lab57.057426.7578-49.1129

#857ddf color RGB value is (133,125,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111101 11011111
Octal 205 175 337
Decimal 133 125 223
Hex 85 7D DF

RGB Percentages of Color #857ddf

%27.65
%25.99
%46.36

CMYK Percentages of Color #857ddf

%40
%44
%0
%13

Triadic Colors of #857ddf

#857ddf #df857d #7ddf85

Analogous Colors of #857ddf

#857ddf #b67ddf #7da6df

Monochromatic Colors of #857ddf

#857ddf

Complementary Color

#857ddf #d7df7d

#857ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#857ddf Color CSS Codes

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

#857ddf Text Font Color

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

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


#857ddf Background Color

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

This div background color is #857ddf


#857ddf Border Color

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

This div border color is #857ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857ddf


Comments

No comments written yet.

Please login to write comment.