Color Hex Logo

#857bda Color Hex

#857BDA
(133,123,218)
0 Favorites   0 Comments

Color spaces of #857bda

RGB 133123218
HSL0.680.560.67
HSV246°44°85°
CMYK 0.390.440.00   0.15
XYZ29.410724.214469.4534
Yxy24.21440.23900.1967
Hunter Lab49.208120.5716-49.2375
CIE-Lab56.301826.5428-47.5052

#857bda color RGB value is (133,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111011 11011010
Octal 205 173 332
Decimal 133 123 218
Hex 85 7B DA

RGB Percentages of Color #857bda

%28.06
%25.95
%45.99

CMYK Percentages of Color #857bda

%39
%44
%0
%15

Triadic Colors of #857bda

#857bda #da857b #7bda85

Analogous Colors of #857bda

#857bda #b57bda #7ba1da

Monochromatic Colors of #857bda

#857bda

Complementary Color

#857bda #d0da7b

#857bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#857bda Color CSS Codes

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

#857bda Text Font Color

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

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


#857bda Background Color

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

This div background color is #857bda


#857bda Border Color

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

This div border color is #857bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857bda


Comments

No comments written yet.

Please login to write comment.