Color Hex Logo

#5930fa Color Hex

#5930FA
(89,48,250)
0 Favorites   0 Comments

Color spaces of #5930fa

RGB 8948250
HSL0.700.950.58
HSV252°81°98°
CMYK 0.640.810.00   0.02
XYZ22.432111.139991.4104
Yxy11.13990.17950.0891
Hunter Lab33.376561.5597-139.0179
CIE-Lab39.815168.4096-92.4395

#5930fa color RGB value is (89,48,250).

#5930fa hex color red value is 89, green value is 48 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5930fa hue: 0.70 , saturation: 0.95 and the lightness value of 5930fa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110000 11111010
Octal 131 60 372
Decimal 89 48 250
Hex 59 30 FA

RGB Percentages of Color #5930fa

%23.00
%12.40
%64.60

CMYK Percentages of Color #5930fa

%64
%81
%0
%2

Triadic Colors of #5930fa

#5930fa #fa5930 #30fa59

Analogous Colors of #5930fa

#5930fa #be30fa #306cfa

Monochromatic Colors of #5930fa

#5930fa

Complementary Color

#5930fa #d1fa30

#5930fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5930fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5930fa Color CSS Codes

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

#5930fa Text Font Color

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

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


#5930fa Background Color

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

This div background color is #5930fa


#5930fa Border Color

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

This div border color is #5930fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5930fa


Comments

No comments written yet.

Please login to write comment.