Color Hex Logo

#857cae Color Hex

#857CAE
(133,124,174)
0 Favorites   0 Comments

Color spaces of #857cae

RGB 133124174
HSL0.700.240.58
HSV251°29°68°
CMYK 0.240.290.00   0.32
XYZ24.520522.457843.0868
Yxy22.45780.27230.2494
Hunter Lab47.38979.4281-20.7339
CIE-Lab54.509414.3779-25.2654

#857cae color RGB value is (133,124,174).

#857cae hex color red value is 133, green value is 124 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #857cae hue: 0.70 , saturation: 0.24 and the lightness value of 857cae is 0.58.

The process color (four color CMYK) of #857cae color hex is 0.24, 0.29, 0.00, 0.32. Web safe color of #857cae is #996699. Color #857cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 10101110
Octal 205 174 256
Decimal 133 124 174
Hex 85 7C AE

RGB Percentages of Color #857cae

%30.86
%28.77
%40.37

CMYK Percentages of Color #857cae

%24
%29
%0
%32

Triadic Colors of #857cae

#857cae #ae857c #7cae85

Analogous Colors of #857cae

#857cae #9e7cae #7c8cae

Monochromatic Colors of #857cae

#857cae

Complementary Color

#857cae #a5ae7c

#857cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#857cae Color CSS Codes

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

#857cae Text Font Color

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

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


#857cae Background Color

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

This div background color is #857cae


#857cae Border Color

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

This div border color is #857cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857cae


Comments

No comments written yet.

Please login to write comment.