Color Hex Logo

#858bda Color Hex

#858BDA
(133,139,218)
0 Favorites   0 Comments

Color spaces of #858bda

RGB 133139218
HSL0.650.530.69
HSV236°39°85°
CMYK 0.390.360.00   0.15
XYZ31.560428.513770.1700
Yxy28.51370.24230.2189
Hunter Lab53.398212.0535-40.5336
CIE-Lab60.350017.1404-41.1156

#858bda color RGB value is (133,139,218).

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

The process color (four color CMYK) of #858bda color hex is 0.39, 0.36, 0.00, 0.15. Web safe color of #858bda is #9999cc. Color #858bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001011 11011010
Octal 205 213 332
Decimal 133 139 218
Hex 85 8B DA

RGB Percentages of Color #858bda

%27.14
%28.37
%44.49

CMYK Percentages of Color #858bda

%39
%36
%0
%15

Triadic Colors of #858bda

#858bda #da858b #8bda85

Analogous Colors of #858bda

#858bda #aa85da #85b6da

Monochromatic Colors of #858bda

#858bda

Complementary Color

#858bda #dad485

#858bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#858bda Color CSS Codes

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

#858bda Text Font Color

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

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


#858bda Background Color

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

This div background color is #858bda


#858bda Border Color

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

This div border color is #858bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858bda


Comments

No comments written yet.

Please login to write comment.