Color Hex Logo

#af95aa Color Hex

#AF95AA
(175,149,170)
0 Favorites   0 Comments

Color spaces of #af95aa

RGB 175149170
HSL0.870.140.64
HSV312°15°69°
CMYK 0.000.150.03   0.31
XYZ35.682333.511142.6178
Yxy33.51110.31910.2997
Hunter Lab57.88888.7210-3.1272
CIE-Lab64.572613.4003-7.3803

#af95aa color RGB value is (175,149,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 10101010
Octal 257 225 252
Decimal 175 149 170
Hex AF 95 AA

RGB Percentages of Color #af95aa

%35.43
%30.16
%34.41

CMYK Percentages of Color #af95aa

%0
%15
%3
%31

Triadic Colors of #af95aa

#af95aa #aaaf95 #95aaaf

Analogous Colors of #af95aa

#af95aa #af959d #a795af

Monochromatic Colors of #af95aa

#af95aa

Complementary Color

#af95aa #95af9a

#af95aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af95aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af95aa Color CSS Codes

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

#af95aa Text Font Color

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

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


#af95aa Background Color

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

This div background color is #af95aa


#af95aa Border Color

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

This div border color is #af95aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af95aa


Comments

No comments written yet.

Please login to write comment.