Color Hex Logo

#5a1fad Color Hex

#5A1FAD
(90,31,173)
0 Favorites   0 Comments

Color spaces of #5a1fad

RGB 9031173
HSL0.740.700.40
HSV265°82°68°
CMYK 0.480.820.00   0.32
XYZ12.24936.170840.0806
Yxy6.17080.20940.1055
Hunter Lab24.841144.5476-78.2744
CIE-Lab29.839454.9745-64.3024

#5a1fad color RGB value is (90,31,173).

#5a1fad hex color red value is 90, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5a1fad hue: 0.74 , saturation: 0.70 and the lightness value of 5a1fad is 0.40.

The process color (four color CMYK) of #5a1fad color hex is 0.48, 0.82, 0.00, 0.32. Web safe color of #5a1fad is #663399. Color #5a1fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00011111 10101101
Octal 132 37 255
Decimal 90 31 173
Hex 5A 1F AD

RGB Percentages of Color #5a1fad

%30.61
%10.54
%58.84

CMYK Percentages of Color #5a1fad

%48
%82
%0
%32

Triadic Colors of #5a1fad

#5a1fad #ad5a1f #1fad5a

Analogous Colors of #5a1fad

#5a1fad #a11fad #1f2bad

Monochromatic Colors of #5a1fad

#5a1fad

Complementary Color

#5a1fad #72ad1f

#5a1fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a1fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a1fad Color CSS Codes

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

#5a1fad Text Font Color

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

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


#5a1fad Background Color

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

This div background color is #5a1fad


#5a1fad Border Color

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

This div border color is #5a1fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a1fad


Comments

No comments written yet.

Please login to write comment.