Color Hex Logo

#5a298f Color Hex

#5A298F
(90,41,143)
0 Favorites   0 Comments

Color spaces of #5a298f

RGB 9041143
HSL0.750.550.36
HSV269°71°56°
CMYK 0.370.710.00   0.44
XYZ9.96735.742726.5697
Yxy5.74270.23570.1358
Hunter Lab23.963932.3065-48.9623
CIE-Lab28.753842.8807-47.8178

#5a298f color RGB value is (90,41,143).

#5a298f hex color red value is 90, green value is 41 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #5a298f hue: 0.75 , saturation: 0.55 and the lightness value of 5a298f is 0.36.

The process color (four color CMYK) of #5a298f color hex is 0.37, 0.71, 0.00, 0.44. Web safe color of #5a298f is #663399. Color #5a298f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00101001 10001111
Octal 132 51 217
Decimal 90 41 143
Hex 5A 29 8F

RGB Percentages of Color #5a298f

%32.85
%14.96
%52.19

CMYK Percentages of Color #5a298f

%37
%71
%0
%44

Triadic Colors of #5a298f

#5a298f #8f5a29 #298f5a

Analogous Colors of #5a298f

#5a298f #8d298f #292b8f

Monochromatic Colors of #5a298f

#5a298f

Complementary Color

#5a298f #5e8f29

#5a298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a298f Color CSS Codes

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

#5a298f Text Font Color

<p style="color:#5a298f">Text here</p>

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


#5a298f Background Color

<div style="background-color:#5a298f">
Div content here</div>

This div background color is #5a298f


#5a298f Border Color

<div style="border:3px solid #5a298f">
Div here</div>

This div border color is #5a298f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,41,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a298f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a298f;
  -webkit-box-shadow: 1px 1px 3px 2px #5a298f;
  box-shadow:         1px 1px 3px 2px #5a298f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,41,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a298f


Comments

No comments written yet.

Please login to write comment.