Color Hex Logo

#858dbf Color Hex

#858DBF
(133,141,191)
0 Favorites   0 Comments

Color spaces of #858dbf

RGB 133141191
HSL0.640.310.64
HSV232°30°75°
CMYK 0.300.260.00   0.25
XYZ28.601727.797953.1483
Yxy27.79790.26110.2538
Hunter Lab52.72374.5667-22.8609
CIE-Lab59.70578.7412-26.9460

#858dbf color RGB value is (133,141,191).

#858dbf hex color red value is 133, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #858dbf hue: 0.64 , saturation: 0.31 and the lightness value of 858dbf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001101 10111111
Octal 205 215 277
Decimal 133 141 191
Hex 85 8D BF

RGB Percentages of Color #858dbf

%28.60
%30.32
%41.08

CMYK Percentages of Color #858dbf

%30
%26
%0
%25

Triadic Colors of #858dbf

#858dbf #bf858d #8dbf85

Analogous Colors of #858dbf

#858dbf #9a85bf #85aabf

Monochromatic Colors of #858dbf

#858dbf

Complementary Color

#858dbf #bfb785

#858dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#858dbf Color CSS Codes

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

#858dbf Text Font Color

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

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


#858dbf Background Color

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

This div background color is #858dbf


#858dbf Border Color

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

This div border color is #858dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858dbf


Comments

No comments written yet.

Please login to write comment.