Color Hex Logo

#858bdf Color Hex

#858BDF
(133,139,223)
0 Favorites   0 Comments

Color spaces of #858bdf

RGB 133139223
HSL0.660.580.70
HSV236°40°87°
CMYK 0.400.380.00   0.13
XYZ32.224828.779573.6686
Yxy28.77950.23930.2137
Hunter Lab53.646513.3413-43.8658
CIE-Lab60.586518.5337-43.5325

#858bdf color RGB value is (133,139,223).

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

The process color (four color CMYK) of #858bdf color hex is 0.40, 0.38, 0.00, 0.13. Web safe color of #858bdf is #9999cc. Color #858bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001011 11011111
Octal 205 213 337
Decimal 133 139 223
Hex 85 8B DF

RGB Percentages of Color #858bdf

%26.87
%28.08
%45.05

CMYK Percentages of Color #858bdf

%40
%38
%0
%13

Triadic Colors of #858bdf

#858bdf #df858b #8bdf85

Analogous Colors of #858bdf

#858bdf #ac85df #85b8df

Monochromatic Colors of #858bdf

#858bdf

Complementary Color

#858bdf #dfd985

#858bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#858bdf Color CSS Codes

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

#858bdf Text Font Color

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

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


#858bdf Background Color

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

This div background color is #858bdf


#858bdf Border Color

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

This div border color is #858bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858bdf


Comments

No comments written yet.

Please login to write comment.