Color Hex Logo

#af93aa Color Hex

#AF93AA
(175,147,170)
0 Favorites   0 Comments

Color spaces of #af93aa

RGB 175147170
HSL0.860.150.63
HSV311°16°69°
CMYK 0.000.160.03   0.31
XYZ35.368632.883742.5133
Yxy32.88370.31930.2969
Hunter Lab57.34439.7420-3.8148
CIE-Lab64.066614.5212-8.1331

#af93aa color RGB value is (175,147,170).

#af93aa hex color red value is 175, green value is 147 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #af93aa hue: 0.86 , saturation: 0.15 and the lightness value of af93aa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 10101010
Octal 257 223 252
Decimal 175 147 170
Hex AF 93 AA

RGB Percentages of Color #af93aa

%35.57
%29.88
%34.55

CMYK Percentages of Color #af93aa

%0
%16
%3
%31

Triadic Colors of #af93aa

#af93aa #aaaf93 #93aaaf

Analogous Colors of #af93aa

#af93aa #af939c #a693af

Monochromatic Colors of #af93aa

#af93aa

Complementary Color

#af93aa #93af98

#af93aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af93aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af93aa Color CSS Codes

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

#af93aa Text Font Color

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

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


#af93aa Background Color

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

This div background color is #af93aa


#af93aa Border Color

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

This div border color is #af93aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af93aa


Comments

No comments written yet.

Please login to write comment.