Color Hex Logo

#5904f5 Color Hex

#5904F5
(89,4,245)
0 Favorites   0 Comments

Color spaces of #5904f5

RGB 894245
HSL0.730.970.49
HSV261°98°96°
CMYK 0.640.980.00   0.04
XYZ20.64478.803386.9973
Yxy8.80330.17730.0756
Hunter Lab29.670472.2776-153.0767
CIE-Lab35.602878.1311-96.6157

#5904f5 color RGB value is (89,4,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000100 11110101
Octal 131 4 365
Decimal 89 4 245
Hex 59 4 F5

RGB Percentages of Color #5904f5

%26.33
%1.18
%72.49

CMYK Percentages of Color #5904f5

%64
%98
%0
%4

Triadic Colors of #5904f5

#5904f5 #f55904 #04f559

Analogous Colors of #5904f5

#5904f5 #d204f5 #0428f5

Monochromatic Colors of #5904f5

#5904f5

Complementary Color

#5904f5 #a0f504

#5904f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5904f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5904f5 Color CSS Codes

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

#5904f5 Text Font Color

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

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


#5904f5 Background Color

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

This div background color is #5904f5


#5904f5 Border Color

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

This div border color is #5904f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5904f5


Comments

No comments written yet.

Please login to write comment.