Color Hex Logo

#af17cc Color Hex

#AF17CC
(175,23,204)
0 Favorites   0 Comments

Color spaces of #af17cc

RGB 17523204
HSL0.810.800.45
HSV290°89°80°
CMYK 0.140.890.00   0.20
XYZ28.884714.086458.3233
Yxy14.08640.28520.1391
Hunter Lab37.531971.6937-65.8625
CIE-Lab44.356676.0027-58.3636

#af17cc color RGB value is (175,23,204).

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

The process color (four color CMYK) of #af17cc color hex is 0.14, 0.89, 0.00, 0.20. Web safe color of #af17cc is #9900cc. Color #af17cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010111 11001100
Octal 257 27 314
Decimal 175 23 204
Hex AF 17 CC

RGB Percentages of Color #af17cc

%43.53
%5.72
%50.75

CMYK Percentages of Color #af17cc

%14
%89
%0
%20

Triadic Colors of #af17cc

#af17cc #ccaf17 #17ccaf

Analogous Colors of #af17cc

#af17cc #cc178f #5517cc

Monochromatic Colors of #af17cc

#af17cc

Complementary Color

#af17cc #34cc17

#af17cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af17cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af17cc Color CSS Codes

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

#af17cc Text Font Color

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

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


#af17cc Background Color

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

This div background color is #af17cc


#af17cc Border Color

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

This div border color is #af17cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af17cc


Comments

No comments written yet.

Please login to write comment.