Color Hex Logo

#5901f5 Color Hex

#5901F5
(89,1,245)
0 Favorites   0 Comments

Color spaces of #5901f5

RGB 891245
HSL0.730.990.48
HSV262°100°96°
CMYK 0.641.000.00   0.04
XYZ20.61218.738186.9864
Yxy8.73810.17720.0751
Hunter Lab29.560372.7359-153.7792
CIE-Lab35.475178.5233-96.8281

#5901f5 color RGB value is (89,1,245).

#5901f5 hex color red value is 89, green value is 1 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #5901f5 hue: 0.73 , saturation: 0.99 and the lightness value of 5901f5 is 0.48.

The process color (four color CMYK) of #5901f5 color hex is 0.64, 1.00, 0.00, 0.04. Web safe color of #5901f5 is #6600ff. Color #5901f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000001 11110101
Octal 131 1 365
Decimal 89 1 245
Hex 59 1 F5

RGB Percentages of Color #5901f5

%26.57
%0.30
%73.13

CMYK Percentages of Color #5901f5

%64
%100
%0
%4

Triadic Colors of #5901f5

#5901f5 #f55901 #01f559

Analogous Colors of #5901f5

#5901f5 #d301f5 #0123f5

Monochromatic Colors of #5901f5

#5901f5

Complementary Color

#5901f5 #9df501

#5901f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5901f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5901f5 Color CSS Codes

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

#5901f5 Text Font Color

<p style="color:#5901f5">Text here</p>

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


#5901f5 Background Color

<div style="background-color:#5901f5">
Div content here</div>

This div background color is #5901f5


#5901f5 Border Color

<div style="border:3px solid #5901f5">
Div here</div>

This div border color is #5901f5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,1,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5901f5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5901f5;
  -webkit-box-shadow: 1px 1px 3px 2px #5901f5;
  box-shadow:         1px 1px 3px 2px #5901f5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5901f5


Comments

No comments written yet.

Please login to write comment.