Color Hex Logo

#af66cc Color Hex

#AF66CC
(175,102,204)
0 Favorites   0 Comments

Color spaces of #af66cc

RGB 175102204
HSL0.790.500.60
HSV283°50°80°
CMYK 0.140.500.00   0.20
XYZ33.329722.976359.8050
Yxy22.97630.28710.1979
Hunter Lab47.933640.2327-40.4204
CIE-Lab55.047946.3471-41.2943

#af66cc color RGB value is (175,102,204).

#af66cc hex color red value is 175, green value is 102 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af66cc hue: 0.79 , saturation: 0.50 and the lightness value of af66cc is 0.60.

The process color (four color CMYK) of #af66cc color hex is 0.14, 0.50, 0.00, 0.20. Web safe color of #af66cc is #9966cc. Color #af66cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100110 11001100
Octal 257 146 314
Decimal 175 102 204
Hex AF 66 CC

RGB Percentages of Color #af66cc

%36.38
%21.21
%42.41

CMYK Percentages of Color #af66cc

%14
%50
%0
%20

Triadic Colors of #af66cc

#af66cc #ccaf66 #66ccaf

Analogous Colors of #af66cc

#af66cc #cc66b6 #7c66cc

Monochromatic Colors of #af66cc

#af66cc

Complementary Color

#af66cc #83cc66

#af66cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af66cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af66cc Color CSS Codes

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

#af66cc Text Font Color

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

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


#af66cc Background Color

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

This div background color is #af66cc


#af66cc Border Color

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

This div border color is #af66cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af66cc


Comments

No comments written yet.

Please login to write comment.