Color Hex Logo

#af52dd Color Hex

#AF52DD
(175,82,221)
0 Favorites   0 Comments

Color spaces of #af52dd

RGB 17582221
HSL0.780.670.59
HSV280°63°87°
CMYK 0.210.630.00   0.13
XYZ33.747620.369070.5595
Yxy20.36900.27070.1634
Hunter Lab45.132054.4928-61.1017
CIE-Lab52.251959.8665-55.3970

#af52dd color RGB value is (175,82,221).

#af52dd hex color red value is 175, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af52dd hue: 0.78 , saturation: 0.67 and the lightness value of af52dd is 0.59.

The process color (four color CMYK) of #af52dd color hex is 0.21, 0.63, 0.00, 0.13. Web safe color of #af52dd is #9966cc. Color #af52dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 11011101
Octal 257 122 335
Decimal 175 82 221
Hex AF 52 DD

RGB Percentages of Color #af52dd

%36.61
%17.15
%46.23

CMYK Percentages of Color #af52dd

%21
%63
%0
%13

Triadic Colors of #af52dd

#af52dd #ddaf52 #52ddaf

Analogous Colors of #af52dd

#af52dd #dd52c6 #6a52dd

Monochromatic Colors of #af52dd

#af52dd

Complementary Color

#af52dd #80dd52

#af52dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af52dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af52dd Color CSS Codes

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

#af52dd Text Font Color

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

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


#af52dd Background Color

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

This div background color is #af52dd


#af52dd Border Color

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

This div border color is #af52dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af52dd


Comments

No comments written yet.

Please login to write comment.