Color Hex Logo

#af60ac Color Hex

#AF60AC
(175,96,172)
0 Favorites   0 Comments

Color spaces of #af60ac

RGB 17596172
HSL0.840.330.53
HSV302°45°69°
CMYK 0.000.450.02   0.31
XYZ29.308520.458341.4338
Yxy20.45830.32140.2243
Hunter Lab45.230936.5097-22.6511
CIE-Lab52.351543.1780-27.0837

#af60ac color RGB value is (175,96,172).

#af60ac hex color red value is 175, green value is 96 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #af60ac hue: 0.84 , saturation: 0.33 and the lightness value of af60ac is 0.53.

The process color (four color CMYK) of #af60ac color hex is 0.00, 0.45, 0.02, 0.31. Web safe color of #af60ac is #996699. Color #af60ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 10101100
Octal 257 140 254
Decimal 175 96 172
Hex AF 60 AC

RGB Percentages of Color #af60ac

%39.50
%21.67
%38.83

CMYK Percentages of Color #af60ac

%0
%45
%2
%31

Triadic Colors of #af60ac

#af60ac #acaf60 #60acaf

Analogous Colors of #af60ac

#af60ac #af6085 #8b60af

Monochromatic Colors of #af60ac

#af60ac

Complementary Color

#af60ac #60af63

#af60ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af60ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af60ac Color CSS Codes

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

#af60ac Text Font Color

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

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


#af60ac Background Color

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

This div background color is #af60ac


#af60ac Border Color

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

This div border color is #af60ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af60ac


Comments

No comments written yet.

Please login to write comment.