Color Hex Logo

#af52bd Color Hex

#AF52BD
(175,82,189)
0 Favorites   0 Comments

Color spaces of #af52bd

RGB 17582189
HSL0.810.450.53
HSV292°57°74°
CMYK 0.070.570.00   0.26
XYZ29.881818.822750.2023
Yxy18.82270.30210.1903
Hunter Lab43.385147.0191-38.2367
CIE-Lab50.479153.4368-39.8889

#af52bd color RGB value is (175,82,189).

#af52bd hex color red value is 175, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #af52bd hue: 0.81 , saturation: 0.45 and the lightness value of af52bd is 0.53.

The process color (four color CMYK) of #af52bd color hex is 0.07, 0.57, 0.00, 0.26. Web safe color of #af52bd is #9966cc. Color #af52bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 10111101
Octal 257 122 275
Decimal 175 82 189
Hex AF 52 BD

RGB Percentages of Color #af52bd

%39.24
%18.39
%42.38

CMYK Percentages of Color #af52bd

%7
%57
%0
%26

Triadic Colors of #af52bd

#af52bd #bdaf52 #52bdaf

Analogous Colors of #af52bd

#af52bd #bd5296 #7a52bd

Monochromatic Colors of #af52bd

#af52bd

Complementary Color

#af52bd #60bd52

#af52bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af52bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af52bd Color CSS Codes

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

#af52bd Text Font Color

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

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


#af52bd Background Color

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

This div background color is #af52bd


#af52bd Border Color

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

This div border color is #af52bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af52bd


Comments

No comments written yet.

Please login to write comment.