Color Hex Logo

#af99bb Color Hex

#AF99BB
(175,153,187)
0 Favorites   0 Comments

Color spaces of #af99bb

RGB 175153187
HSL0.770.200.67
HSV279°18°73°
CMYK 0.060.180.00   0.27
XYZ38.040135.484351.8579
Yxy35.48430.30340.2830
Hunter Lab59.56879.7435-9.9172
CIE-Lab66.124014.4892-14.5951

#af99bb color RGB value is (175,153,187).

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

The process color (four color CMYK) of #af99bb color hex is 0.06, 0.18, 0.00, 0.27. Web safe color of #af99bb is #9999cc. Color #af99bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011001 10111011
Octal 257 231 273
Decimal 175 153 187
Hex AF 99 BB

RGB Percentages of Color #af99bb

%33.98
%29.71
%36.31

CMYK Percentages of Color #af99bb

%6
%18
%0
%27

Triadic Colors of #af99bb

#af99bb #bbaf99 #99bbaf

Analogous Colors of #af99bb

#af99bb #bb99b6 #9e99bb

Monochromatic Colors of #af99bb

#af99bb

Complementary Color

#af99bb #a5bb99

#af99bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af99bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af99bb Color CSS Codes

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

#af99bb Text Font Color

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

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


#af99bb Background Color

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

This div background color is #af99bb


#af99bb Border Color

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

This div border color is #af99bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af99bb


Comments

No comments written yet.

Please login to write comment.