Color Hex Logo

#af79aa Color Hex

#AF79AA
(175,121,170)
0 Favorites   0 Comments

Color spaces of #af79aa

RGB 175121170
HSL0.850.250.58
HSV306°31°69°
CMYK 0.000.310.03   0.31
XYZ31.772325.691041.3145
Yxy25.69100.32170.2601
Hunter Lab50.686323.1903-12.8470
CIE-Lab57.742629.1525-17.6495

#af79aa color RGB value is (175,121,170).

#af79aa hex color red value is 175, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #af79aa hue: 0.85 , saturation: 0.25 and the lightness value of af79aa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111001 10101010
Octal 257 171 252
Decimal 175 121 170
Hex AF 79 AA

RGB Percentages of Color #af79aa

%37.55
%25.97
%36.48

CMYK Percentages of Color #af79aa

%0
%31
%3
%31

Triadic Colors of #af79aa

#af79aa #aaaf79 #79aaaf

Analogous Colors of #af79aa

#af79aa #af798f #9979af

Monochromatic Colors of #af79aa

#af79aa

Complementary Color

#af79aa #79af7e

#af79aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af79aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af79aa Color CSS Codes

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

#af79aa Text Font Color

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

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


#af79aa Background Color

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

This div background color is #af79aa


#af79aa Border Color

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

This div border color is #af79aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af79aa


Comments

No comments written yet.

Please login to write comment.