Color Hex Logo

#af90aa Color Hex

#AF90AA
(175,144,170)
0 Favorites   0 Comments

Color spaces of #af90aa

RGB 175144170
HSL0.860.160.63
HSV310°18°69°
CMYK 0.000.180.03   0.31
XYZ34.908231.962842.3598
Yxy31.96280.31960.2926
Hunter Lab56.535711.2783-4.8486
CIE-Lab63.312116.2061-9.2578

#af90aa color RGB value is (175,144,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 10101010
Octal 257 220 252
Decimal 175 144 170
Hex AF 90 AA

RGB Percentages of Color #af90aa

%35.79
%29.45
%34.76

CMYK Percentages of Color #af90aa

%0
%18
%3
%31

Triadic Colors of #af90aa

#af90aa #aaaf90 #90aaaf

Analogous Colors of #af90aa

#af90aa #af909b #a590af

Monochromatic Colors of #af90aa

#af90aa

Complementary Color

#af90aa #90af95

#af90aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af90aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af90aa Color CSS Codes

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

#af90aa Text Font Color

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

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


#af90aa Background Color

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

This div background color is #af90aa


#af90aa Border Color

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

This div border color is #af90aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af90aa


Comments

No comments written yet.

Please login to write comment.