Color Hex Logo

#857fbe Color Hex

#857FBE
(133,127,190)
0 Favorites   0 Comments

Color spaces of #857fbe

RGB 133127190
HSL0.680.330.62
HSV246°33°75°
CMYK 0.300.330.00   0.25
XYZ26.556523.883051.9254
Yxy23.88300.25940.2333
Hunter Lab48.870211.4755-28.7874
CIE-Lab55.970516.6568-32.1690

#857fbe color RGB value is (133,127,190).

#857fbe hex color red value is 133, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #857fbe hue: 0.68 , saturation: 0.33 and the lightness value of 857fbe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111111 10111110
Octal 205 177 276
Decimal 133 127 190
Hex 85 7F BE

RGB Percentages of Color #857fbe

%29.56
%28.22
%42.22

CMYK Percentages of Color #857fbe

%30
%33
%0
%25

Triadic Colors of #857fbe

#857fbe #be857f #7fbe85

Analogous Colors of #857fbe

#857fbe #a57fbe #7f99be

Monochromatic Colors of #857fbe

#857fbe

Complementary Color

#857fbe #b8be7f

#857fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#857fbe Color CSS Codes

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

#857fbe Text Font Color

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

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


#857fbe Background Color

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

This div background color is #857fbe


#857fbe Border Color

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

This div border color is #857fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857fbe


Comments

No comments written yet.

Please login to write comment.