Color Hex Logo

#859bc1 Color Hex

#859BC1
(133,155,193)
0 Favorites   0 Comments

Color spaces of #859bc1

RGB 133155193
HSL0.610.330.64
HSV218°31°76°
CMYK 0.310.200.00   0.24
XYZ31.019832.279555.0477
Yxy32.27950.26210.2728
Hunter Lab56.8151-1.9692-17.6751
CIE-Lab63.57321.2590-22.1319

#859bc1 color RGB value is (133,155,193).

#859bc1 hex color red value is 133, green value is 155 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #859bc1 hue: 0.61 , saturation: 0.33 and the lightness value of 859bc1 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011011 11000001
Octal 205 233 301
Decimal 133 155 193
Hex 85 9B C1

RGB Percentages of Color #859bc1

%27.65
%32.22
%40.12

CMYK Percentages of Color #859bc1

%31
%20
%0
%24

Triadic Colors of #859bc1

#859bc1 #c1859b #9bc185

Analogous Colors of #859bc1

#859bc1 #8d85c1 #85b9c1

Monochromatic Colors of #859bc1

#859bc1

Complementary Color

#859bc1 #c1ab85

#859bc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859bc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859bc1 Color CSS Codes

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

#859bc1 Text Font Color

<p style="color:#859bc1">Text here</p>

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


#859bc1 Background Color

<div style="background-color:#859bc1">
Div content here</div>

This div background color is #859bc1


#859bc1 Border Color

<div style="border:3px solid #859bc1">
Div here</div>

This div border color is #859bc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,155,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #859bc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #859bc1;
  -webkit-box-shadow: 1px 1px 3px 2px #859bc1;
  box-shadow:         1px 1px 3px 2px #859bc1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859bc1


Comments

No comments written yet.

Please login to write comment.