Color Hex Logo

#591afb Color Hex

#591AFB
(89,26,251)
0 Favorites   0 Comments

Color spaces of #591afb

RGB 8926251
HSL0.710.970.54
HSV257°90°98°
CMYK 0.650.900.00   0.02
XYZ21.90189.827792.0094
Yxy9.82770.17700.0794
Hunter Lab31.349269.8463-152.0710
CIE-Lab37.531475.7988-96.7882

#591afb color RGB value is (89,26,251).

#591afb hex color red value is 89, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #591afb hue: 0.71 , saturation: 0.97 and the lightness value of 591afb is 0.54.

The process color (four color CMYK) of #591afb color hex is 0.65, 0.90, 0.00, 0.02. Web safe color of #591afb is #6633ff. Color #591afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011010 11111011
Octal 131 32 373
Decimal 89 26 251
Hex 59 1A FB

RGB Percentages of Color #591afb

%24.32
%7.10
%68.58

CMYK Percentages of Color #591afb

%65
%90
%0
%2

Triadic Colors of #591afb

#591afb #fb591a #1afb59

Analogous Colors of #591afb

#591afb #ca1afb #1a4bfb

Monochromatic Colors of #591afb

#591afb

Complementary Color

#591afb #bcfb1a

#591afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#591afb Color CSS Codes

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

#591afb Text Font Color

<p style="color:#591afb">Text here</p>

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


#591afb Background Color

<div style="background-color:#591afb">
Div content here</div>

This div background color is #591afb


#591afb Border Color

<div style="border:3px solid #591afb">
Div here</div>

This div border color is #591afb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,26,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #591afb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #591afb;
  -webkit-box-shadow: 1px 1px 3px 2px #591afb;
  box-shadow:         1px 1px 3px 2px #591afb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591afb


Comments

No comments written yet.

Please login to write comment.