Color Hex Logo

#857fba Color Hex

#857FBA
(133,127,186)
0 Favorites   0 Comments

Color spaces of #857fba

RGB 133127186
HSL0.680.300.61
HSV246°32°73°
CMYK 0.280.320.00   0.27
XYZ26.125223.710549.6540
Yxy23.71050.26260.2383
Hunter Lab48.693410.5561-26.3742
CIE-Lab55.796815.6263-30.1560

#857fba color RGB value is (133,127,186).

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

The process color (four color CMYK) of #857fba color hex is 0.28, 0.32, 0.00, 0.27. Web safe color of #857fba is #9966cc. Color #857fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111111 10111010
Octal 205 177 272
Decimal 133 127 186
Hex 85 7F BA

RGB Percentages of Color #857fba

%29.82
%28.48
%41.70

CMYK Percentages of Color #857fba

%28
%32
%0
%27

Triadic Colors of #857fba

#857fba #ba857f #7fba85

Analogous Colors of #857fba

#857fba #a37fba #7f97ba

Monochromatic Colors of #857fba

#857fba

Complementary Color

#857fba #b4ba7f

#857fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#857fba Color CSS Codes

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

#857fba Text Font Color

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

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


#857fba Background Color

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

This div background color is #857fba


#857fba Border Color

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

This div border color is #857fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857fba


Comments

No comments written yet.

Please login to write comment.