Color Hex Logo

#857bae Color Hex

#857BAE
(133,123,174)
0 Favorites   0 Comments

Color spaces of #857bae

RGB 133123174
HSL0.700.240.58
HSV252°29°68°
CMYK 0.240.290.00   0.32
XYZ24.395822.208543.0453
Yxy22.20850.27210.2477
Hunter Lab47.12599.9343-21.1680
CIE-Lab54.247514.9662-25.6698

#857bae color RGB value is (133,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111011 10101110
Octal 205 173 256
Decimal 133 123 174
Hex 85 7B AE

RGB Percentages of Color #857bae

%30.93
%28.60
%40.47

CMYK Percentages of Color #857bae

%24
%29
%0
%32

Triadic Colors of #857bae

#857bae #ae857b #7bae85

Analogous Colors of #857bae

#857bae #9f7bae #7b8bae

Monochromatic Colors of #857bae

#857bae

Complementary Color

#857bae #a4ae7b

#857bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#857bae Color CSS Codes

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

#857bae Text Font Color

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

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


#857bae Background Color

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

This div background color is #857bae


#857bae Border Color

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

This div border color is #857bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857bae


Comments

No comments written yet.

Please login to write comment.