Color Hex Logo

#afa0cc Color Hex

#AFA0CC
(175,160,204)
0 Favorites   0 Comments

Color spaces of #afa0cc

RGB 175160204
HSL0.720.300.71
HSV260°22°80°
CMYK 0.140.220.00   0.20
XYZ41.149138.615262.4114
Yxy38.61520.28940.2716
Hunter Lab62.14119.4536-16.0491
CIE-Lab68.471614.1468-20.4956

#afa0cc color RGB value is (175,160,204).

#afa0cc hex color red value is 175, green value is 160 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afa0cc hue: 0.72 , saturation: 0.30 and the lightness value of afa0cc is 0.71.

The process color (four color CMYK) of #afa0cc color hex is 0.14, 0.22, 0.00, 0.20. Web safe color of #afa0cc is #9999cc. Color #afa0cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 11001100
Octal 257 240 314
Decimal 175 160 204
Hex AF A0 CC

RGB Percentages of Color #afa0cc

%32.47
%29.68
%37.85

CMYK Percentages of Color #afa0cc

%14
%22
%0
%20

Triadic Colors of #afa0cc

#afa0cc #ccafa0 #a0ccaf

Analogous Colors of #afa0cc

#afa0cc #c5a0cc #a0a7cc

Monochromatic Colors of #afa0cc

#afa0cc

Complementary Color

#afa0cc #bdcca0

#afa0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa0cc Color CSS Codes

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

#afa0cc Text Font Color

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

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


#afa0cc Background Color

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

This div background color is #afa0cc


#afa0cc Border Color

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

This div border color is #afa0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa0cc

#afa0cc Color Palettes


Comments

No comments written yet.

Please login to write comment.