Color Hex Logo

#859bfa Color Hex

#859BFA
(133,155,250)
0 Favorites   0 Comments

Color spaces of #859bfa

RGB 133155250
HSL0.640.920.75
HSV229°47°98°
CMYK 0.470.380.00   0.02
XYZ38.649535.331495.2251
Yxy35.33140.22840.2088
Hunter Lab59.440212.0447-53.3763
CIE-Lab66.005916.9556-49.8719

#859bfa color RGB value is (133,155,250).

#859bfa hex color red value is 133, green value is 155 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #859bfa hue: 0.64 , saturation: 0.92 and the lightness value of 859bfa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011011 11111010
Octal 205 233 372
Decimal 133 155 250
Hex 85 9B FA

RGB Percentages of Color #859bfa

%24.72
%28.81
%46.47

CMYK Percentages of Color #859bfa

%47
%38
%0
%2

Triadic Colors of #859bfa

#859bfa #fa859b #9bfa85

Analogous Colors of #859bfa

#859bfa #aa85fa #85d6fa

Monochromatic Colors of #859bfa

#859bfa

Complementary Color

#859bfa #fae485

#859bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#859bfa Color CSS Codes

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

#859bfa Text Font Color

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

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


#859bfa Background Color

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

This div background color is #859bfa


#859bfa Border Color

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

This div border color is #859bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859bfa


Comments

No comments written yet.

Please login to write comment.