Color Hex Logo

#af32da Color Hex

#AF32DA
(175,50,218)
0 Favorites   0 Comments

Color spaces of #af32da

RGB 17550218
HSL0.790.690.53
HSV285°77°85°
CMYK 0.200.770.00   0.15
XYZ31.474716.457167.8473
Yxy16.45710.27190.1421
Hunter Lab40.567467.4986-70.7630
CIE-Lab47.568671.9192-61.2251

#af32da color RGB value is (175,50,218).

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

The process color (four color CMYK) of #af32da color hex is 0.20, 0.77, 0.00, 0.15. Web safe color of #af32da is #9933cc. Color #af32da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 11011010
Octal 257 62 332
Decimal 175 50 218
Hex AF 32 DA

RGB Percentages of Color #af32da

%39.50
%11.29
%49.21

CMYK Percentages of Color #af32da

%20
%77
%0
%15

Triadic Colors of #af32da

#af32da #daaf32 #32daaf

Analogous Colors of #af32da

#af32da #da32b1 #5b32da

Monochromatic Colors of #af32da

#af32da

Complementary Color

#af32da #5dda32

#af32da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af32da Color Preview on White Background

Lorem ipsum dolor sit amet.

#af32da Color CSS Codes

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

#af32da Text Font Color

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

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


#af32da Background Color

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

This div background color is #af32da


#af32da Border Color

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

This div border color is #af32da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af32da


Comments

No comments written yet.

Please login to write comment.