Color Hex Logo

#858deb Color Hex

#858DEB
(133,141,235)
0 Favorites   0 Comments

Color spaces of #858deb

RGB 133141235
HSL0.650.720.72
HSV235°43°92°
CMYK 0.430.400.00   0.08
XYZ34.193130.034582.5923
Yxy30.03450.23290.2046
Hunter Lab54.803715.4630-50.9907
CIE-Lab61.684020.7620-48.4614

#858deb color RGB value is (133,141,235).

#858deb hex color red value is 133, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #858deb hue: 0.65 , saturation: 0.72 and the lightness value of 858deb is 0.72.

The process color (four color CMYK) of #858deb color hex is 0.43, 0.40, 0.00, 0.08. Web safe color of #858deb is #9999ff. Color #858deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001101 11101011
Octal 205 215 353
Decimal 133 141 235
Hex 85 8D EB

RGB Percentages of Color #858deb

%26.13
%27.70
%46.17

CMYK Percentages of Color #858deb

%43
%40
%0
%8

Triadic Colors of #858deb

#858deb #eb858d #8deb85

Analogous Colors of #858deb

#858deb #b085eb #85c0eb

Monochromatic Colors of #858deb

#858deb

Complementary Color

#858deb #ebe385

#858deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#858deb Color CSS Codes

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

#858deb Text Font Color

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

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


#858deb Background Color

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

This div background color is #858deb


#858deb Border Color

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

This div border color is #858deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858deb


Comments

No comments written yet.

Please login to write comment.