Color Hex Logo

#858cdd Color Hex

#858CDD
(133,140,221)
0 Favorites   0 Comments

Color spaces of #858cdd

RGB 133140221
HSL0.650.560.69
HSV235°40°87°
CMYK 0.400.370.00   0.13
XYZ32.102128.963272.3051
Yxy28.96320.24070.2172
Hunter Lab53.817512.2946-41.9854
CIE-Lab60.749117.3898-42.1622

#858cdd color RGB value is (133,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001100 11011101
Octal 205 214 335
Decimal 133 140 221
Hex 85 8C DD

RGB Percentages of Color #858cdd

%26.92
%28.34
%44.74

CMYK Percentages of Color #858cdd

%40
%37
%0
%13

Triadic Colors of #858cdd

#858cdd #dd858c #8cdd85

Analogous Colors of #858cdd

#858cdd #aa85dd #85b8dd

Monochromatic Colors of #858cdd

#858cdd

Complementary Color

#858cdd #ddd685

#858cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#858cdd Color CSS Codes

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

#858cdd Text Font Color

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

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


#858cdd Background Color

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

This div background color is #858cdd


#858cdd Border Color

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

This div border color is #858cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858cdd


Comments

No comments written yet.

Please login to write comment.