Color Hex Logo

#858bcd Color Hex

#858BCD
(133,139,205)
0 Favorites   0 Comments

Color spaces of #858bcd

RGB 133139205
HSL0.650.420.66
HSV235°35°80°
CMYK 0.350.320.00   0.20
XYZ29.924927.859661.5578
Yxy27.85960.25070.2334
Hunter Lab52.78228.8319-32.2001
CIE-Lab59.761713.5892-34.7518

#858bcd color RGB value is (133,139,205).

#858bcd hex color red value is 133, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #858bcd hue: 0.65 , saturation: 0.42 and the lightness value of 858bcd is 0.66.

The process color (four color CMYK) of #858bcd color hex is 0.35, 0.32, 0.00, 0.20. Web safe color of #858bcd is #9999cc. Color #858bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001011 11001101
Octal 205 213 315
Decimal 133 139 205
Hex 85 8B CD

RGB Percentages of Color #858bcd

%27.88
%29.14
%42.98

CMYK Percentages of Color #858bcd

%35
%32
%0
%20

Triadic Colors of #858bcd

#858bcd #cd858b #8bcd85

Analogous Colors of #858bcd

#858bcd #a385cd #85afcd

Monochromatic Colors of #858bcd

#858bcd

Complementary Color

#858bcd #cdc785

#858bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#858bcd Color CSS Codes

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

#858bcd Text Font Color

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

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


#858bcd Background Color

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

This div background color is #858bcd


#858bcd Border Color

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

This div border color is #858bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858bcd


Comments

No comments written yet.

Please login to write comment.