Color Hex Logo

#af97bf Color Hex

#AF97BF
(175,151,191)
0 Favorites   0 Comments

Color spaces of #af97bf

RGB 175151191
HSL0.770.240.67
HSV276°21°75°
CMYK 0.080.210.00   0.25
XYZ38.149835.008854.0369
Yxy35.00880.29990.2752
Hunter Lab59.168211.5467-12.7303
CIE-Lab65.755516.4313-17.3881

#af97bf color RGB value is (175,151,191).

#af97bf hex color red value is 175, green value is 151 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af97bf hue: 0.77 , saturation: 0.24 and the lightness value of af97bf is 0.67.

The process color (four color CMYK) of #af97bf color hex is 0.08, 0.21, 0.00, 0.25. Web safe color of #af97bf is #9999cc. Color #af97bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010111 10111111
Octal 257 227 277
Decimal 175 151 191
Hex AF 97 BF

RGB Percentages of Color #af97bf

%33.85
%29.21
%36.94

CMYK Percentages of Color #af97bf

%8
%21
%0
%25

Triadic Colors of #af97bf

#af97bf #bfaf97 #97bfaf

Analogous Colors of #af97bf

#af97bf #bf97bb #9b97bf

Monochromatic Colors of #af97bf

#af97bf

Complementary Color

#af97bf #a7bf97

#af97bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af97bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af97bf Color CSS Codes

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

#af97bf Text Font Color

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

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


#af97bf Background Color

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

This div background color is #af97bf


#af97bf Border Color

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

This div border color is #af97bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af97bf


Comments

No comments written yet.

Please login to write comment.