Color Hex Logo

#af7799 Color Hex

#AF7799
(175,119,153)
0 Favorites   0 Comments

Color spaces of #af7799

RGB 175119153
HSL0.900.260.58
HSV324°32°69°
CMYK 0.000.320.13   0.31
XYZ30.025824.607533.3042
Yxy24.60750.34140.2798
Hunter Lab49.605921.2332-5.0817
CIE-Lab56.691027.2069-9.4251

#af7799 color RGB value is (175,119,153).

#af7799 hex color red value is 175, green value is 119 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #af7799 hue: 0.90 , saturation: 0.26 and the lightness value of af7799 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110111 10011001
Octal 257 167 231
Decimal 175 119 153
Hex AF 77 99

RGB Percentages of Color #af7799

%39.15
%26.62
%34.23

CMYK Percentages of Color #af7799

%0
%32
%13
%31

Triadic Colors of #af7799

#af7799 #99af77 #7799af

Analogous Colors of #af7799

#af7799 #af777d #a977af

Monochromatic Colors of #af7799

#af7799

Complementary Color

#af7799 #77af8d

#af7799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7799 Color CSS Codes

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

#af7799 Text Font Color

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

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


#af7799 Background Color

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

This div background color is #af7799


#af7799 Border Color

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

This div border color is #af7799


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,119,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af7799">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7799


Comments

No comments written yet.

Please login to write comment.