Color Hex Logo

#af66ad Color Hex

#AF66AD
(175,102,173)
0 Favorites   0 Comments

Color spaces of #af66ad

RGB 175102173
HSL0.840.310.54
HSV302°42°69°
CMYK 0.000.420.01   0.31
XYZ29.973421.633842.1311
Yxy21.63380.31980.2308
Hunter Lab46.512133.6329-21.1469
CIE-Lab53.636340.1754-25.6770

#af66ad color RGB value is (175,102,173).

#af66ad hex color red value is 175, green value is 102 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #af66ad hue: 0.84 , saturation: 0.31 and the lightness value of af66ad is 0.54.

The process color (four color CMYK) of #af66ad color hex is 0.00, 0.42, 0.01, 0.31. Web safe color of #af66ad is #996699. Color #af66ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100110 10101101
Octal 257 146 255
Decimal 175 102 173
Hex AF 66 AD

RGB Percentages of Color #af66ad

%38.89
%22.67
%38.44

CMYK Percentages of Color #af66ad

%0
%42
%1
%31

Triadic Colors of #af66ad

#af66ad #adaf66 #66adaf

Analogous Colors of #af66ad

#af66ad #af6689 #8d66af

Monochromatic Colors of #af66ad

#af66ad

Complementary Color

#af66ad #66af68

#af66ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af66ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af66ad Color CSS Codes

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

#af66ad Text Font Color

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

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


#af66ad Background Color

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

This div background color is #af66ad


#af66ad Border Color

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

This div border color is #af66ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,102,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af66ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af66ad


Comments

No comments written yet.

Please login to write comment.