Color Hex Logo

#858bad Color Hex

#858BAD
(133,139,173)
0 Favorites   0 Comments

Color spaces of #858bad

RGB 133139173
HSL0.640.200.60
HSV231°23°68°
CMYK 0.230.200.00   0.32
XYZ26.448326.468943.2502
Yxy26.46890.27500.2752
Hunter Lab51.44791.7292-13.8292
CIE-Lab58.47955.3976-18.6058

#858bad color RGB value is (133,139,173).

#858bad hex color red value is 133, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #858bad hue: 0.64 , saturation: 0.20 and the lightness value of 858bad is 0.60.

The process color (four color CMYK) of #858bad color hex is 0.23, 0.20, 0.00, 0.32. Web safe color of #858bad is #999999. Color #858bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001011 10101101
Octal 205 213 255
Decimal 133 139 173
Hex 85 8B AD

RGB Percentages of Color #858bad

%29.89
%31.24
%38.88

CMYK Percentages of Color #858bad

%23
%20
%0
%32

Triadic Colors of #858bad

#858bad #ad858b #8bad85

Analogous Colors of #858bad

#858bad #9385ad #859fad

Monochromatic Colors of #858bad

#858bad

Complementary Color

#858bad #ada785

#858bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#858bad Color CSS Codes

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

#858bad Text Font Color

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

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


#858bad Background Color

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

This div background color is #858bad


#858bad Border Color

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

This div border color is #858bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858bad


Comments

No comments written yet.

Please login to write comment.