Color Hex Logo

#af32cc Color Hex

#AF32CC
(175,50,204)
0 Favorites   0 Comments

Color spaces of #af32cc

RGB 17550204
HSL0.800.610.50
HSV289°75°80°
CMYK 0.140.750.00   0.20
XYZ29.718915.754858.6014
Yxy15.75480.28560.1514
Hunter Lab39.692364.1871-59.7506
CIE-Lab46.651169.3178-54.6652

#af32cc color RGB value is (175,50,204).

#af32cc hex color red value is 175, green value is 50 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af32cc hue: 0.80 , saturation: 0.61 and the lightness value of af32cc is 0.50.

The process color (four color CMYK) of #af32cc color hex is 0.14, 0.75, 0.00, 0.20. Web safe color of #af32cc is #9933cc. Color #af32cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 11001100
Octal 257 62 314
Decimal 175 50 204
Hex AF 32 CC

RGB Percentages of Color #af32cc

%40.79
%11.66
%47.55

CMYK Percentages of Color #af32cc

%14
%75
%0
%20

Triadic Colors of #af32cc

#af32cc #ccaf32 #32ccaf

Analogous Colors of #af32cc

#af32cc #cc329c #6232cc

Monochromatic Colors of #af32cc

#af32cc

Complementary Color

#af32cc #4fcc32

#af32cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af32cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af32cc Color CSS Codes

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

#af32cc Text Font Color

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

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


#af32cc Background Color

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

This div background color is #af32cc


#af32cc Border Color

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

This div border color is #af32cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af32cc


Comments

No comments written yet.

Please login to write comment.