Color Hex Logo

#afa6cc Color Hex

#AFA6CC
(175,166,204)
0 Favorites   0 Comments

Color spaces of #afa6cc

RGB 175166204
HSL0.710.270.73
HSV254°19°80°
CMYK 0.140.190.00   0.20
XYZ42.214540.746062.7666
Yxy40.74600.28970.2796
Hunter Lab63.83266.3406-13.6171
CIE-Lab69.997610.8060-18.1792

#afa6cc color RGB value is (175,166,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 11001100
Octal 257 246 314
Decimal 175 166 204
Hex AF A6 CC

RGB Percentages of Color #afa6cc

%32.11
%30.46
%37.43

CMYK Percentages of Color #afa6cc

%14
%19
%0
%20

Triadic Colors of #afa6cc

#afa6cc #ccafa6 #a6ccaf

Analogous Colors of #afa6cc

#afa6cc #c2a6cc #a6b0cc

Monochromatic Colors of #afa6cc

#afa6cc

Complementary Color

#afa6cc #c3cca6

#afa6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa6cc Color CSS Codes

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

#afa6cc Text Font Color

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

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


#afa6cc Background Color

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

This div background color is #afa6cc


#afa6cc Border Color

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

This div border color is #afa6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa6cc


Comments

No comments written yet.

Please login to write comment.