Color Hex Logo

#5913fa Color Hex

#5913FA
(89,19,250)
0 Favorites   0 Comments

Color spaces of #5913fa

RGB 8919250
HSL0.720.960.53
HSV258°92°98°
CMYK 0.640.920.00   0.02
XYZ21.60809.491791.1357
Yxy9.49170.17680.0777
Hunter Lab30.808671.2782-153.8212
CIE-Lab36.914377.0821-97.2518

#5913fa color RGB value is (89,19,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010011 11111010
Octal 131 23 372
Decimal 89 19 250
Hex 59 13 FA

RGB Percentages of Color #5913fa

%24.86
%5.31
%69.83

CMYK Percentages of Color #5913fa

%64
%92
%0
%2

Triadic Colors of #5913fa

#5913fa #fa5913 #13fa59

Analogous Colors of #5913fa

#5913fa #cd13fa #1340fa

Monochromatic Colors of #5913fa

#5913fa

Complementary Color

#5913fa #b4fa13

#5913fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5913fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5913fa Color CSS Codes

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

#5913fa Text Font Color

<p style="color:#5913fa">Text here</p>

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


#5913fa Background Color

<div style="background-color:#5913fa">
Div content here</div>

This div background color is #5913fa


#5913fa Border Color

<div style="border:3px solid #5913fa">
Div here</div>

This div border color is #5913fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5913fa

Related Colors


Comments

No comments written yet.

Please login to write comment.