Color Hex Logo

#859ef6 Color Hex

#859EF6
(133,158,246)
0 Favorites   0 Comments

Color spaces of #859ef6

RGB 133158246
HSL0.630.860.74
HSV227°46°96°
CMYK 0.460.360.00   0.04
XYZ38.534336.094192.1247
Yxy36.09410.23110.2165
Hunter Lab60.07849.3529-48.8610
CIE-Lab66.591814.0618-46.7630

#859ef6 color RGB value is (133,158,246).

#859ef6 hex color red value is 133, green value is 158 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #859ef6 hue: 0.63 , saturation: 0.86 and the lightness value of 859ef6 is 0.74.

The process color (four color CMYK) of #859ef6 color hex is 0.46, 0.36, 0.00, 0.04. Web safe color of #859ef6 is #9999ff. Color #859ef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011110 11110110
Octal 205 236 366
Decimal 133 158 246
Hex 85 9E F6

RGB Percentages of Color #859ef6

%24.77
%29.42
%45.81

CMYK Percentages of Color #859ef6

%46
%36
%0
%4

Triadic Colors of #859ef6

#859ef6 #f6859e #9ef685

Analogous Colors of #859ef6

#859ef6 #a585f6 #85d7f6

Monochromatic Colors of #859ef6

#859ef6

Complementary Color

#859ef6 #f6dd85

#859ef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859ef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859ef6 Color CSS Codes

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

#859ef6 Text Font Color

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

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


#859ef6 Background Color

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

This div background color is #859ef6


#859ef6 Border Color

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

This div border color is #859ef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859ef6


Comments

No comments written yet.

Please login to write comment.