Color Hex Logo

#857bde Color Hex

#857BDE
(133,123,222)
0 Favorites   0 Comments

Color spaces of #857bde

RGB 133123222
HSL0.680.600.68
HSV246°45°87°
CMYK 0.400.450.00   0.13
XYZ29.940624.426472.2440
Yxy24.42640.23650.1929
Hunter Lab49.423121.6453-52.0708
CIE-Lab56.512227.6550-49.4181

#857bde color RGB value is (133,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111011 11011110
Octal 205 173 336
Decimal 133 123 222
Hex 85 7B DE

RGB Percentages of Color #857bde

%27.82
%25.73
%46.44

CMYK Percentages of Color #857bde

%40
%45
%0
%13

Triadic Colors of #857bde

#857bde #de857b #7bde85

Analogous Colors of #857bde

#857bde #b77bde #7ba3de

Monochromatic Colors of #857bde

#857bde

Complementary Color

#857bde #d4de7b

#857bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#857bde Color CSS Codes

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

#857bde Text Font Color

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

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


#857bde Background Color

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

This div background color is #857bde


#857bde Border Color

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

This div border color is #857bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857bde


Comments

No comments written yet.

Please login to write comment.