Color Hex Logo

#857ebc Color Hex

#857EBC
(133,126,188)
0 Favorites   0 Comments

Color spaces of #857ebc

RGB 133126188
HSL0.690.320.62
HSV247°33°74°
CMYK 0.290.330.00   0.26
XYZ26.210823.539150.7390
Yxy23.53910.26080.2342
Hunter Lab48.517111.5276-28.0433
CIE-Lab55.623316.7284-31.5682

#857ebc color RGB value is (133,126,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 10111100
Octal 205 176 274
Decimal 133 126 188
Hex 85 7E BC

RGB Percentages of Color #857ebc

%29.75
%28.19
%42.06

CMYK Percentages of Color #857ebc

%29
%33
%0
%26

Triadic Colors of #857ebc

#857ebc #bc857e #7ebc85

Analogous Colors of #857ebc

#857ebc #a47ebc #7e96bc

Monochromatic Colors of #857ebc

#857ebc

Complementary Color

#857ebc #b5bc7e

#857ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#857ebc Color CSS Codes

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

#857ebc Text Font Color

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

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


#857ebc Background Color

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

This div background color is #857ebc


#857ebc Border Color

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

This div border color is #857ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857ebc


Comments

No comments written yet.

Please login to write comment.