Color Hex Logo

#858feb Color Hex

#858FEB
(133,143,235)
0 Favorites   0 Comments

Color spaces of #858feb

RGB 133143235
HSL0.650.720.72
HSV234°43°92°
CMYK 0.430.390.00   0.08
XYZ34.490730.629682.6915
Yxy30.62960.23330.2072
Hunter Lab55.344014.3902-49.8465
CIE-Lab62.193719.5937-47.6556

#858feb color RGB value is (133,143,235).

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

The process color (four color CMYK) of #858feb color hex is 0.43, 0.39, 0.00, 0.08. Web safe color of #858feb is #9999ff. Color #858feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001111 11101011
Octal 205 217 353
Decimal 133 143 235
Hex 85 8F EB

RGB Percentages of Color #858feb

%26.03
%27.98
%45.99

CMYK Percentages of Color #858feb

%43
%39
%0
%8

Triadic Colors of #858feb

#858feb #eb858f #8feb85

Analogous Colors of #858feb

#858feb #ae85eb #85c2eb

Monochromatic Colors of #858feb

#858feb

Complementary Color

#858feb #ebe185

#858feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#858feb Color CSS Codes

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

#858feb Text Font Color

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

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


#858feb Background Color

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

This div background color is #858feb


#858feb Border Color

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

This div border color is #858feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858feb


Comments

No comments written yet.

Please login to write comment.