Color Hex Logo

#858fc8 Color Hex

#858FC8
(133,143,200)
0 Favorites   0 Comments

Color spaces of #858fc8

RGB 133143200
HSL0.640.380.65
HSV231°34°78°
CMYK 0.340.290.00   0.22
XYZ29.920728.801658.6259
Yxy28.80160.25500.2454
Hunter Lab53.66715.6005-27.2013
CIE-Lab60.60619.9334-30.6276

#858fc8 color RGB value is (133,143,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001111 11001000
Octal 205 217 310
Decimal 133 143 200
Hex 85 8F C8

RGB Percentages of Color #858fc8

%27.94
%30.04
%42.02

CMYK Percentages of Color #858fc8

%34
%29
%0
%22

Triadic Colors of #858fc8

#858fc8 #c8858f #8fc885

Analogous Colors of #858fc8

#858fc8 #9d85c8 #85b1c8

Monochromatic Colors of #858fc8

#858fc8

Complementary Color

#858fc8 #c8be85

#858fc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858fc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858fc8 Color CSS Codes

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

#858fc8 Text Font Color

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

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


#858fc8 Background Color

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

This div background color is #858fc8


#858fc8 Border Color

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

This div border color is #858fc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858fc8


Comments

No comments written yet.

Please login to write comment.