Color Hex Logo

#858fcb Color Hex

#858FCB
(133,143,203)
0 Favorites   0 Comments

Color spaces of #858fcb

RGB 133143203
HSL0.640.400.66
HSV231°34°80°
CMYK 0.340.300.00   0.20
XYZ30.274828.943360.4909
Yxy28.94330.25290.2418
Hunter Lab53.79906.3008-29.0057
CIE-Lab60.731610.7293-32.1187

#858fcb color RGB value is (133,143,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001111 11001011
Octal 205 217 313
Decimal 133 143 203
Hex 85 8F CB

RGB Percentages of Color #858fcb

%27.77
%29.85
%42.38

CMYK Percentages of Color #858fcb

%34
%30
%0
%20

Triadic Colors of #858fcb

#858fcb #cb858f #8fcb85

Analogous Colors of #858fcb

#858fcb #9e85cb #85b2cb

Monochromatic Colors of #858fcb

#858fcb

Complementary Color

#858fcb #cbc185

#858fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#858fcb Color CSS Codes

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

#858fcb Text Font Color

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

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


#858fcb Background Color

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

This div background color is #858fcb


#858fcb Border Color

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

This div border color is #858fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858fcb


Comments

No comments written yet.

Please login to write comment.