Color Hex Logo

#a532af Color Hex

#A532AF
(165,50,175)
0 Favorites   0 Comments

Color spaces of #a532af

RGB 16550175
HSL0.820.560.44
HSV295°71°69°
CMYK 0.060.710.00   0.31
XYZ24.395513.375741.8534
Yxy13.37570.30640.1680
Hunter Lab36.572855.0641-42.2497
CIE-Lab43.324062.0493-43.1360

#a532af color RGB value is (165,50,175).

#a532af hex color red value is 165, green value is 50 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a532af hue: 0.82 , saturation: 0.56 and the lightness value of a532af is 0.44.

The process color (four color CMYK) of #a532af color hex is 0.06, 0.71, 0.00, 0.31. Web safe color of #a532af is #993399. Color #a532af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110010 10101111
Octal 245 62 257
Decimal 165 50 175
Hex A5 32 AF

RGB Percentages of Color #a532af

%42.31
%12.82
%44.87

CMYK Percentages of Color #a532af

%6
%71
%0
%31

Triadic Colors of #a532af

#a532af #afa532 #32afa5

Analogous Colors of #a532af

#a532af #af327b #6732af

Monochromatic Colors of #a532af

#a532af

Complementary Color

#a532af #3caf32

#a532af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a532af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a532af Color CSS Codes

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

#a532af Text Font Color

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

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


#a532af Background Color

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

This div background color is #a532af


#a532af Border Color

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

This div border color is #a532af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a532af


Comments

No comments written yet.

Please login to write comment.