color codes Logo

#858cde color codes

#858CDE
(133,140,222)
0 Favorites   0 Comments

Color spaces of #858cde

RGB 133140222
HSL0.650.570.70
HSV235°40°87°
CMYK 0.400.370.00   0.13
XYZ32.235829.016673.0090
Yxy29.01660.24010.2161
Hunter Lab53.867112.5529-42.6521
CIE-Lab60.796317.6693-42.6453

#858cde color RGB value is (133,140,222).

#858cde hex color red value is 133, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #858cde hue: 0.65 , saturation: 0.57 and the lightness value of 858cde is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001100 11011110
Octal 205 214 336
Decimal 133 140 222
Hex 85 8C DE

RGB Percentages of Color #858cde

%26.87
%28.28
%44.85

CMYK Percentages of Color #858cde

%40
%37
%0
%13

Triadic Colors of #858cde

#858cde #de858c #8cde85

Analogous Colors of #858cde

#858cde #ab85de #85b9de

Monochromatic Colors of #858cde

#858cde

Complementary Color

#858cde #ded785

#858cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#858cde Color CSS Codes

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

#858cde Text Font Color

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

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


#858cde Background Color

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

This div background color is #858cde


#858cde Border Color

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

This div border color is #858cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858cde


Comments

No comments written yet.

Please login to write comment.