Color Hex Logo

#857cbf Color Hex

#857CBF
(133,124,191)
0 Favorites   0 Comments

Color spaces of #857cbf

RGB 133124191
HSL0.690.340.62
HSV248°35°75°
CMYK 0.300.350.00   0.25
XYZ26.284523.163452.3759
Yxy23.16340.25810.2275
Hunter Lab48.128413.2601-30.8327
CIE-Lab55.240218.6845-33.8785

#857cbf color RGB value is (133,124,191).

#857cbf hex color red value is 133, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #857cbf hue: 0.69 , saturation: 0.34 and the lightness value of 857cbf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 10111111
Octal 205 174 277
Decimal 133 124 191
Hex 85 7C BF

RGB Percentages of Color #857cbf

%29.69
%27.68
%42.63

CMYK Percentages of Color #857cbf

%30
%35
%0
%25

Triadic Colors of #857cbf

#857cbf #bf857c #7cbf85

Analogous Colors of #857cbf

#857cbf #a77cbf #7c95bf

Monochromatic Colors of #857cbf

#857cbf

Complementary Color

#857cbf #b6bf7c

#857cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#857cbf Color CSS Codes

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

#857cbf Text Font Color

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

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


#857cbf Background Color

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

This div background color is #857cbf


#857cbf Border Color

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

This div border color is #857cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857cbf


Comments

No comments written yet.

Please login to write comment.