Color Hex Logo

#590bfa Color Hex

#590BFA
(89,11,250)
0 Favorites   0 Comments

Color spaces of #590bfa

RGB 8911250
HSL0.720.960.51
HSV260°96°98°
CMYK 0.640.960.00   0.02
XYZ21.49489.265391.0980
Yxy9.26530.17640.0760
Hunter Lab30.439072.7815-156.1364
CIE-Lab36.490278.3763-97.9570

#590bfa color RGB value is (89,11,250).

#590bfa hex color red value is 89, green value is 11 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #590bfa hue: 0.72 , saturation: 0.96 and the lightness value of 590bfa is 0.51.

The process color (four color CMYK) of #590bfa color hex is 0.64, 0.96, 0.00, 0.02. Web safe color of #590bfa is #6600ff. Color #590bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001011 11111010
Octal 131 13 372
Decimal 89 11 250
Hex 59 B FA

RGB Percentages of Color #590bfa

%25.43
%3.14
%71.43

CMYK Percentages of Color #590bfa

%64
%96
%0
%2

Triadic Colors of #590bfa

#590bfa #fa590b #0bfa59

Analogous Colors of #590bfa

#590bfa #d10bfa #0b34fa

Monochromatic Colors of #590bfa

#590bfa

Complementary Color

#590bfa #acfa0b

#590bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#590bfa Color CSS Codes

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

#590bfa Text Font Color

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

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


#590bfa Background Color

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

This div background color is #590bfa


#590bfa Border Color

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

This div border color is #590bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,11,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 #590bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590bfa


Comments

No comments written yet.

Please login to write comment.