Color Hex Logo

#857bad Color Hex

#857BAD
(133,123,173)
0 Favorites   0 Comments

Color spaces of #857bad

RGB 133123173
HSL0.700.230.58
HSV252°29°68°
CMYK 0.230.290.00   0.32
XYZ24.298722.169642.5336
Yxy22.16960.27300.2491
Hunter Lab47.08469.7195-20.6000
CIE-Lab54.206514.7210-25.1566

#857bad color RGB value is (133,123,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111011 10101101
Octal 205 173 255
Decimal 133 123 173
Hex 85 7B AD

RGB Percentages of Color #857bad

%31.00
%28.67
%40.33

CMYK Percentages of Color #857bad

%23
%29
%0
%32

Triadic Colors of #857bad

#857bad #ad857b #7bad85

Analogous Colors of #857bad

#857bad #9e7bad #7b8aad

Monochromatic Colors of #857bad

#857bad

Complementary Color

#857bad #a3ad7b

#857bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#857bad Color CSS Codes

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

#857bad Text Font Color

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

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


#857bad Background Color

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

This div background color is #857bad


#857bad Border Color

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

This div border color is #857bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857bad


Comments

No comments written yet.

Please login to write comment.