Color Hex Logo

#858dcb Color Hex

#858DCB
(133,141,203)
0 Favorites   0 Comments

Color spaces of #858dcb

RGB 133141203
HSL0.650.400.66
HSV233°34°80°
CMYK 0.340.310.00   0.20
XYZ29.977228.348160.3917
Yxy28.34810.25250.2388
Hunter Lab53.24297.3252-29.9806
CIE-Lab60.201911.8896-32.9419

#858dcb color RGB value is (133,141,203).

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

The process color (four color CMYK) of #858dcb color hex is 0.34, 0.31, 0.00, 0.20. Web safe color of #858dcb is #9999cc. Color #858dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001101 11001011
Octal 205 215 313
Decimal 133 141 203
Hex 85 8D CB

RGB Percentages of Color #858dcb

%27.88
%29.56
%42.56

CMYK Percentages of Color #858dcb

%34
%31
%0
%20

Triadic Colors of #858dcb

#858dcb #cb858d #8dcb85

Analogous Colors of #858dcb

#858dcb #a085cb #85b0cb

Monochromatic Colors of #858dcb

#858dcb

Complementary Color

#858dcb #cbc385

#858dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#858dcb Color CSS Codes

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

#858dcb Text Font Color

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

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


#858dcb Background Color

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

This div background color is #858dcb


#858dcb Border Color

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

This div border color is #858dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858dcb


Comments

No comments written yet.

Please login to write comment.