Color Hex Logo

#af7daa Color Hex

#AF7DAA
(175,125,170)
0 Favorites   0 Comments

Color spaces of #af7daa

RGB 175125170
HSL0.850.240.59
HSV306°29°69°
CMYK 0.000.290.03   0.31
XYZ32.268526.683541.4799
Yxy26.68350.32130.2657
Hunter Lab51.656121.1072-11.4507
CIE-Lab58.680226.9081-16.2258

#af7daa color RGB value is (175,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111101 10101010
Octal 257 175 252
Decimal 175 125 170
Hex AF 7D AA

RGB Percentages of Color #af7daa

%37.23
%26.60
%36.17

CMYK Percentages of Color #af7daa

%0
%29
%3
%31

Triadic Colors of #af7daa

#af7daa #aaaf7d #7daaaf

Analogous Colors of #af7daa

#af7daa #af7d91 #9b7daf

Monochromatic Colors of #af7daa

#af7daa

Complementary Color

#af7daa #7daf82

#af7daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7daa Color CSS Codes

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

#af7daa Text Font Color

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

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


#af7daa Background Color

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

This div background color is #af7daa


#af7daa Border Color

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

This div border color is #af7daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7daa


Comments

No comments written yet.

Please login to write comment.