Color Hex Logo

#a51fad Color Hex

#A51FAD
(165,31,173)
0 Favorites   0 Comments

Color spaces of #a51fad

RGB 16531173
HSL0.820.700.40
HSV297°82°68°
CMYK 0.050.820.00   0.32
XYZ23.549911.996440.6095
Yxy11.99640.30920.1575
Hunter Lab34.635860.7547-45.2707
CIE-Lab41.210467.4448-45.3249

#a51fad color RGB value is (165,31,173).

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

The process color (four color CMYK) of #a51fad color hex is 0.05, 0.82, 0.00, 0.32. Web safe color of #a51fad is #993399. Color #a51fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011111 10101101
Octal 245 37 255
Decimal 165 31 173
Hex A5 1F AD

RGB Percentages of Color #a51fad

%44.72
%8.40
%46.88

CMYK Percentages of Color #a51fad

%5
%82
%0
%32

Triadic Colors of #a51fad

#a51fad #ada51f #1fada5

Analogous Colors of #a51fad

#a51fad #ad1f6e #5e1fad

Monochromatic Colors of #a51fad

#a51fad

Complementary Color

#a51fad #27ad1f

#a51fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51fad Color CSS Codes

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

#a51fad Text Font Color

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

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


#a51fad Background Color

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

This div background color is #a51fad


#a51fad Border Color

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

This div border color is #a51fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51fad


Comments

No comments written yet.

Please login to write comment.