Color Hex Logo

#5a3d79 Color Hex

#5A3D79
(90,61,121)
0 Favorites   0 Comments

Color spaces of #5a3d79

RGB 9061121
HSL0.750.330.36
HSV269°50°47°
CMYK 0.260.500.00   0.53
XYZ9.33646.891618.9273
Yxy6.89160.26560.1960
Hunter Lab26.251917.5423-24.3711
CIE-Lab31.558825.7064-29.6213

#5a3d79 color RGB value is (90,61,121).

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

The process color (four color CMYK) of #5a3d79 color hex is 0.26, 0.50, 0.00, 0.53. Web safe color of #5a3d79 is #663366. Color #5a3d79 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00111101 01111001
Octal 132 75 171
Decimal 90 61 121
Hex 5A 3D 79

RGB Percentages of Color #5a3d79

%33.09
%22.43
%44.49

CMYK Percentages of Color #5a3d79

%26
%50
%0
%53

Triadic Colors of #5a3d79

#5a3d79 #795a3d #3d795a

Analogous Colors of #5a3d79

#5a3d79 #783d79 #3d3e79

Monochromatic Colors of #5a3d79

#5a3d79

Complementary Color

#5a3d79 #5c793d

#5a3d79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a3d79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a3d79 Color CSS Codes

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

#5a3d79 Text Font Color

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

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


#5a3d79 Background Color

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

This div background color is #5a3d79


#5a3d79 Border Color

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

This div border color is #5a3d79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a3d79


Comments

No comments written yet.

Please login to write comment.