Color Hex Logo

#af00cc Color Hex

#AF00CC
(175,0,204)
0 Favorites   0 Comments

Color spaces of #af00cc

RGB 1750204
HSL0.811.000.40
HSV291°100°80°
CMYK 0.141.000.00   0.20
XYZ28.578313.473658.2212
Yxy13.47360.28500.1344
Hunter Lab36.706474.7375-68.3473
CIE-Lab43.468378.6384-59.8002

#af00cc color RGB value is (175,0,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 11001100
Octal 257 0 314
Decimal 175 0 204
Hex AF 0 CC

RGB Percentages of Color #af00cc

%46.17
%0.00
%53.83

CMYK Percentages of Color #af00cc

%14
%100
%0
%20

Triadic Colors of #af00cc

#af00cc #ccaf00 #00ccaf

Analogous Colors of #af00cc

#af00cc #cc0083 #4900cc

Monochromatic Colors of #af00cc

#af00cc

Complementary Color

#af00cc #1dcc00

#af00cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af00cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af00cc Color CSS Codes

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

#af00cc Text Font Color

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

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


#af00cc Background Color

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

This div background color is #af00cc


#af00cc Border Color

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

This div border color is #af00cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af00cc


Comments

No comments written yet.

Please login to write comment.