Color Hex Logo

#857ebf Color Hex

#857EBF
(133,126,191)
0 Favorites   0 Comments

Color spaces of #857ebf

RGB 133126191
HSL0.680.340.62
HSV246°34°75°
CMYK 0.300.340.00   0.25
XYZ26.537723.669852.4603
Yxy23.66980.25850.2305
Hunter Lab48.651612.2250-29.8754
CIE-Lab55.755717.5055-33.0740

#857ebf color RGB value is (133,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 10111111
Octal 205 176 277
Decimal 133 126 191
Hex 85 7E BF

RGB Percentages of Color #857ebf

%29.56
%28.00
%42.44

CMYK Percentages of Color #857ebf

%30
%34
%0
%25

Triadic Colors of #857ebf

#857ebf #bf857e #7ebf85

Analogous Colors of #857ebf

#857ebf #a67ebf #7e98bf

Monochromatic Colors of #857ebf

#857ebf

Complementary Color

#857ebf #b8bf7e

#857ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#857ebf Color CSS Codes

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

#857ebf Text Font Color

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

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


#857ebf Background Color

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

This div background color is #857ebf


#857ebf Border Color

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

This div border color is #857ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,126,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 #857ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857ebf


Comments

No comments written yet.

Please login to write comment.