Color Hex Logo

#859fff Color Hex

#859FFF
(133,159,255)
0 Favorites   0 Comments

Color spaces of #859fff

RGB 133159255
HSL0.631.000.76
HSV227°48°100°
CMYK 0.480.380.00   0.00
XYZ40.121037.002899.6354
Yxy37.00280.22700.2093
Hunter Lab60.829911.2791-54.5322
CIE-Lab67.279116.1101-50.5849

#859fff color RGB value is (133,159,255).

#859fff hex color red value is 133, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #859fff hue: 0.63 , saturation: 1.00 and the lightness value of 859fff is 0.76.

The process color (four color CMYK) of #859fff color hex is 0.48, 0.38, 0.00, 0.00. Web safe color of #859fff is #9999ff. Color #859fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011111 11111111
Octal 205 237 377
Decimal 133 159 255
Hex 85 9F FF

RGB Percentages of Color #859fff

%24.31
%29.07
%46.62

CMYK Percentages of Color #859fff

%48
%38
%0
%0

Triadic Colors of #859fff

#859fff #ff859f #9fff85

Analogous Colors of #859fff

#859fff #a885ff #85dcff

Monochromatic Colors of #859fff

#859fff

Complementary Color

#859fff #ffe585

#859fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#859fff Color CSS Codes

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

#859fff Text Font Color

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

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


#859fff Background Color

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

This div background color is #859fff


#859fff Border Color

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

This div border color is #859fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859fff


Comments

No comments written yet.

Please login to write comment.