Color Hex Logo

#af7097 Color Hex

#AF7097
(175,112,151)
0 Favorites   0 Comments

Color spaces of #af7097

RGB 175112151
HSL0.900.280.56
HSV323°36°69°
CMYK 0.000.360.14   0.31
XYZ29.059322.936732.1738
Yxy22.93670.34520.2725
Hunter Lab47.892324.4959-6.3061
CIE-Lab55.007130.7713-10.7862

#af7097 color RGB value is (175,112,151).

#af7097 hex color red value is 175, green value is 112 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #af7097 hue: 0.90 , saturation: 0.28 and the lightness value of af7097 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 10010111
Octal 257 160 227
Decimal 175 112 151
Hex AF 70 97

RGB Percentages of Color #af7097

%39.95
%25.57
%34.47

CMYK Percentages of Color #af7097

%0
%36
%14
%31

Triadic Colors of #af7097

#af7097 #97af70 #7097af

Analogous Colors of #af7097

#af7097 #af7078 #a870af

Monochromatic Colors of #af7097

#af7097

Complementary Color

#af7097 #70af88

#af7097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7097 Color CSS Codes

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

#af7097 Text Font Color

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

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


#af7097 Background Color

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

This div background color is #af7097


#af7097 Border Color

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

This div border color is #af7097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7097


Comments

No comments written yet.

Please login to write comment.