Color Hex Logo

#a952bf Color Hex

#A952BF
(169,82,191)
0 Favorites   0 Comments

Color spaces of #a952bf

RGB 16982191
HSL0.800.460.54
HSV288°57°75°
CMYK 0.120.570.00   0.25
XYZ28.783418.231251.2921
Yxy18.23120.29280.1855
Hunter Lab42.698045.6081-41.3351
CIE-Lab49.775352.2525-42.2124

#a952bf color RGB value is (169,82,191).

#a952bf hex color red value is 169, green value is 82 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a952bf hue: 0.80 , saturation: 0.46 and the lightness value of a952bf is 0.54.

The process color (four color CMYK) of #a952bf color hex is 0.12, 0.57, 0.00, 0.25. Web safe color of #a952bf is #9966cc. Color #a952bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 10111111
Octal 251 122 277
Decimal 169 82 191
Hex A9 52 BF

RGB Percentages of Color #a952bf

%38.24
%18.55
%43.21

CMYK Percentages of Color #a952bf

%12
%57
%0
%25

Triadic Colors of #a952bf

#a952bf #bfa952 #52bfa9

Analogous Colors of #a952bf

#a952bf #bf529f #7352bf

Monochromatic Colors of #a952bf

#a952bf

Complementary Color

#a952bf #68bf52

#a952bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a952bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a952bf Color CSS Codes

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

#a952bf Text Font Color

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

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


#a952bf Background Color

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

This div background color is #a952bf


#a952bf Border Color

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

This div border color is #a952bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,82,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a952bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a952bf;
  -webkit-box-shadow: 1px 1px 3px 2px #a952bf;
  box-shadow:         1px 1px 3px 2px #a952bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,82,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a952bf


Comments

No comments written yet.

Please login to write comment.