Color Hex Logo

#af06cc Color Hex

#AF06CC
(175,6,204)
0 Favorites   0 Comments

Color spaces of #af06cc

RGB 1756204
HSL0.810.940.41
HSV291°97°80°
CMYK 0.140.970.00   0.20
XYZ28.643413.603858.2429
Yxy13.60380.28500.1354
Hunter Lab36.883374.0763-67.8072
CIE-Lab43.659378.0695-59.4912

#af06cc color RGB value is (175,6,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 11001100
Octal 257 6 314
Decimal 175 6 204
Hex AF 6 CC

RGB Percentages of Color #af06cc

%45.45
%1.56
%52.99

CMYK Percentages of Color #af06cc

%14
%97
%0
%20

Triadic Colors of #af06cc

#af06cc #ccaf06 #06ccaf

Analogous Colors of #af06cc

#af06cc #cc0686 #4c06cc

Monochromatic Colors of #af06cc

#af06cc

Complementary Color

#af06cc #23cc06

#af06cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af06cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af06cc Color CSS Codes

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

#af06cc Text Font Color

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

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


#af06cc Background Color

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

This div background color is #af06cc


#af06cc Border Color

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

This div border color is #af06cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af06cc


Comments

No comments written yet.

Please login to write comment.