Color Hex Logo

#5a024b Color Hex

#5A024B
(90,2,75)
0 Favorites   0 Comments

Color spaces of #5a024b

RGB 90275
HSL0.860.960.18
HSV310°98°35°
CMYK 0.000.980.17   0.65
XYZ5.50822.72516.8923
Yxy2.72510.36420.1802
Hunter Lab16.507930.6715-13.1990
CIE-Lab18.907543.0275-19.5219

#5a024b color RGB value is (90,2,75).

#5a024b hex color red value is 90, green value is 2 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #5a024b hue: 0.86 , saturation: 0.96 and the lightness value of 5a024b is 0.18.

The process color (four color CMYK) of #5a024b color hex is 0.00, 0.98, 0.17, 0.65. Web safe color of #5a024b is #660033. Color #5a024b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00000010 01001011
Octal 132 2 113
Decimal 90 2 75
Hex 5A 2 4B

RGB Percentages of Color #5a024b

%53.89
%1.20
%44.91

CMYK Percentages of Color #5a024b

%0
%98
%17
%65

Triadic Colors of #5a024b

#5a024b #4b5a02 #024b5a

Analogous Colors of #5a024b

#5a024b #5a021f #3d025a

Monochromatic Colors of #5a024b

#5a024b

Complementary Color

#5a024b #025a11

#5a024b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a024b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a024b Color CSS Codes

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

#5a024b Text Font Color

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

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


#5a024b Background Color

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

This div background color is #5a024b


#5a024b Border Color

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

This div border color is #5a024b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a024b


Comments

No comments written yet.

Please login to write comment.