Color Hex Logo

#af32dd Color Hex

#AF32DD
(175,50,221)
0 Favorites   0 Comments

Color spaces of #af32dd

RGB 17550221
HSL0.790.720.53
HSV284°77°87°
CMYK 0.210.770.00   0.13
XYZ31.870916.615669.9340
Yxy16.61560.26910.1403
Hunter Lab40.762268.2304-73.1877
CIE-Lab47.772072.4878-62.6080

#af32dd color RGB value is (175,50,221).

#af32dd hex color red value is 175, green value is 50 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af32dd hue: 0.79 , saturation: 0.72 and the lightness value of af32dd is 0.53.

The process color (four color CMYK) of #af32dd color hex is 0.21, 0.77, 0.00, 0.13. Web safe color of #af32dd is #9933cc. Color #af32dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 11011101
Octal 257 62 335
Decimal 175 50 221
Hex AF 32 DD

RGB Percentages of Color #af32dd

%39.24
%11.21
%49.55

CMYK Percentages of Color #af32dd

%21
%77
%0
%13

Triadic Colors of #af32dd

#af32dd #ddaf32 #32ddaf

Analogous Colors of #af32dd

#af32dd #dd32b6 #5932dd

Monochromatic Colors of #af32dd

#af32dd

Complementary Color

#af32dd #60dd32

#af32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af32dd Color CSS Codes

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

#af32dd Text Font Color

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

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


#af32dd Background Color

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

This div background color is #af32dd


#af32dd Border Color

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

This div border color is #af32dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af32dd


Comments

No comments written yet.

Please login to write comment.