Color Hex Logo

#590bfe Color Hex

#590BFE
(89,11,254)
0 Favorites   0 Comments

Color spaces of #590bfe

RGB 8911254
HSL0.720.990.52
HSV259°96°100°
CMYK 0.650.960.00   0.00
XYZ22.12899.518994.4369
Yxy9.51890.17550.0755
Hunter Lab30.852774.0357-159.8835
CIE-Lab36.964779.2972-99.4136

#590bfe color RGB value is (89,11,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001011 11111110
Octal 131 13 376
Decimal 89 11 254
Hex 59 B FE

RGB Percentages of Color #590bfe

%25.14
%3.11
%71.75

CMYK Percentages of Color #590bfe

%65
%96
%0
%0

Triadic Colors of #590bfe

#590bfe #fe590b #0bfe59

Analogous Colors of #590bfe

#590bfe #d30bfe #0b36fe

Monochromatic Colors of #590bfe

#590bfe

Complementary Color

#590bfe #b0fe0b

#590bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#590bfe Color CSS Codes

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

#590bfe Text Font Color

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

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


#590bfe Background Color

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

This div background color is #590bfe


#590bfe Border Color

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

This div border color is #590bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,11,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.