Color Hex Logo

#858dde Color Hex

#858DDE
(133,141,222)
0 Favorites   0 Comments

Color spaces of #858dde

RGB 133141222
HSL0.650.570.70
HSV235°40°87°
CMYK 0.400.360.00   0.13
XYZ32.382629.310273.0579
Yxy29.31020.24030.2175
Hunter Lab54.138912.0248-42.1118
CIE-Lab61.054417.0851-42.2393

#858dde color RGB value is (133,141,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001101 11011110
Octal 205 215 336
Decimal 133 141 222
Hex 85 8D DE

RGB Percentages of Color #858dde

%26.81
%28.43
%44.76

CMYK Percentages of Color #858dde

%40
%36
%0
%13

Triadic Colors of #858dde

#858dde #de858d #8dde85

Analogous Colors of #858dde

#858dde #aa85de #85bade

Monochromatic Colors of #858dde

#858dde

Complementary Color

#858dde #ded685

#858dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#858dde Color CSS Codes

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

#858dde Text Font Color

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

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


#858dde Background Color

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

This div background color is #858dde


#858dde Border Color

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

This div border color is #858dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,141,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 #858dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858dde

#858dde Color Palettes


Comments

No comments written yet.

Please login to write comment.