Color Hex Logo

#af96aa Color Hex

#AF96AA
(175,150,170)
0 Favorites   0 Comments

Color spaces of #af96aa

RGB 175150170
HSL0.870.140.64
HSV312°14°69°
CMYK 0.000.140.03   0.31
XYZ35.841233.828942.6708
Yxy33.82890.31900.3011
Hunter Lab58.16268.2114-2.7841
CIE-Lab64.826512.8405-7.0032

#af96aa color RGB value is (175,150,170).

#af96aa hex color red value is 175, green value is 150 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #af96aa hue: 0.87 , saturation: 0.14 and the lightness value of af96aa is 0.64.

The process color (four color CMYK) of #af96aa color hex is 0.00, 0.14, 0.03, 0.31. Web safe color of #af96aa is #999999. Color #af96aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010110 10101010
Octal 257 226 252
Decimal 175 150 170
Hex AF 96 AA

RGB Percentages of Color #af96aa

%35.35
%30.30
%34.34

CMYK Percentages of Color #af96aa

%0
%14
%3
%31

Triadic Colors of #af96aa

#af96aa #aaaf96 #96aaaf

Analogous Colors of #af96aa

#af96aa #af969e #a896af

Monochromatic Colors of #af96aa

#af96aa

Complementary Color

#af96aa #96af9b

#af96aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af96aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af96aa Color CSS Codes

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

#af96aa Text Font Color

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

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


#af96aa Background Color

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

This div background color is #af96aa


#af96aa Border Color

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

This div border color is #af96aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af96aa


Comments

No comments written yet.

Please login to write comment.