Color Hex Logo

#858bef Color Hex

#858BEF
(133,139,239)
0 Favorites   0 Comments

Color spaces of #858bef

RGB 133139239
HSL0.660.770.73
HSV237°44°94°
CMYK 0.440.420.00   0.06
XYZ34.485529.683885.5733
Yxy29.68380.23030.1982
Hunter Lab54.482817.6385-54.9857
CIE-Lab61.380423.0812-51.1533

#858bef color RGB value is (133,139,239).

#858bef hex color red value is 133, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #858bef hue: 0.66 , saturation: 0.77 and the lightness value of 858bef is 0.73.

The process color (four color CMYK) of #858bef color hex is 0.44, 0.42, 0.00, 0.06. Web safe color of #858bef is #9999ff. Color #858bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001011 11101111
Octal 205 213 357
Decimal 133 139 239
Hex 85 8B EF

RGB Percentages of Color #858bef

%26.03
%27.20
%46.77

CMYK Percentages of Color #858bef

%44
%42
%0
%6

Triadic Colors of #858bef

#858bef #ef858b #8bef85

Analogous Colors of #858bef

#858bef #b485ef #85c0ef

Monochromatic Colors of #858bef

#858bef

Complementary Color

#858bef #efe985

#858bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#858bef Color CSS Codes

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

#858bef Text Font Color

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

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


#858bef Background Color

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

This div background color is #858bef


#858bef Border Color

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

This div border color is #858bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858bef


Comments

No comments written yet.

Please login to write comment.