Color Hex Logo

#a528af Color Hex

#A528AF
(165,40,175)
0 Favorites   0 Comments

Color spaces of #a528af

RGB 16540175
HSL0.820.630.42
HSV296°77°69°
CMYK 0.060.770.00   0.31
XYZ24.013712.612141.7261
Yxy12.61210.30650.1610
Hunter Lab35.513558.5503-44.8025
CIE-Lab42.172965.3445-44.9731

#a528af color RGB value is (165,40,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101000 10101111
Octal 245 50 257
Decimal 165 40 175
Hex A5 28 AF

RGB Percentages of Color #a528af

%43.42
%10.53
%46.05

CMYK Percentages of Color #a528af

%6
%77
%0
%31

Triadic Colors of #a528af

#a528af #afa528 #28afa5

Analogous Colors of #a528af

#a528af #af2876 #6228af

Monochromatic Colors of #a528af

#a528af

Complementary Color

#a528af #32af28

#a528af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a528af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a528af Color CSS Codes

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

#a528af Text Font Color

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

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


#a528af Background Color

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

This div background color is #a528af


#a528af Border Color

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

This div border color is #a528af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a528af


Comments

No comments written yet.

Please login to write comment.