Color Hex Logo

#5914fa Color Hex

#5914FA
(89,20,250)
0 Favorites   0 Comments

Color spaces of #5914fa

RGB 8920250
HSL0.720.960.53
HSV258°92°98°
CMYK 0.640.920.00   0.02
XYZ21.62539.526391.1415
Yxy9.52630.17680.0779
Hunter Lab30.864771.0525-153.4743
CIE-Lab36.978576.8867-97.1451

#5914fa color RGB value is (89,20,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010100 11111010
Octal 131 24 372
Decimal 89 20 250
Hex 59 14 FA

RGB Percentages of Color #5914fa

%24.79
%5.57
%69.64

CMYK Percentages of Color #5914fa

%64
%92
%0
%2

Triadic Colors of #5914fa

#5914fa #fa5914 #14fa59

Analogous Colors of #5914fa

#5914fa #cc14fa #1442fa

Monochromatic Colors of #5914fa

#5914fa

Complementary Color

#5914fa #b5fa14

#5914fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5914fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5914fa Color CSS Codes

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

#5914fa Text Font Color

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

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


#5914fa Background Color

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

This div background color is #5914fa


#5914fa Border Color

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

This div border color is #5914fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5914fa

Related Colors


Comments

No comments written yet.

Please login to write comment.