Color Hex Logo

#af09cc Color Hex

#AF09CC
(175,9,204)
0 Favorites   0 Comments

Color spaces of #af09cc

RGB 1759204
HSL0.810.920.42
HSV291°96°80°
CMYK 0.140.960.00   0.20
XYZ28.676013.669058.2537
Yxy13.66900.28510.1359
Hunter Lab36.971673.7482-67.5392
CIE-Lab43.754477.7865-59.3371

#af09cc color RGB value is (175,9,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001001 11001100
Octal 257 11 314
Decimal 175 9 204
Hex AF 9 CC

RGB Percentages of Color #af09cc

%45.10
%2.32
%52.58

CMYK Percentages of Color #af09cc

%14
%96
%0
%20

Triadic Colors of #af09cc

#af09cc #ccaf09 #09ccaf

Analogous Colors of #af09cc

#af09cc #cc0988 #4e09cc

Monochromatic Colors of #af09cc

#af09cc

Complementary Color

#af09cc #26cc09

#af09cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af09cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af09cc Color CSS Codes

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

#af09cc Text Font Color

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

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


#af09cc Background Color

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

This div background color is #af09cc


#af09cc Border Color

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

This div border color is #af09cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af09cc


Comments

No comments written yet.

Please login to write comment.