Color Hex Logo

#af99db Color Hex

#AF99DB
(175,153,219)
0 Favorites   0 Comments

Color spaces of #af99db

RGB 175153219
HSL0.720.480.73
HSV260°30°86°
CMYK 0.200.300.00   0.14
XYZ41.856637.010971.9556
Yxy37.01090.27750.2454
Hunter Lab60.836616.3470-27.5407
CIE-Lab67.285221.4161-30.6115

#af99db color RGB value is (175,153,219).

#af99db hex color red value is 175, green value is 153 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #af99db hue: 0.72 , saturation: 0.48 and the lightness value of af99db is 0.73.

The process color (four color CMYK) of #af99db color hex is 0.20, 0.30, 0.00, 0.14. Web safe color of #af99db is #9999cc. Color #af99db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011001 11011011
Octal 257 231 333
Decimal 175 153 219
Hex AF 99 DB

RGB Percentages of Color #af99db

%31.99
%27.97
%40.04

CMYK Percentages of Color #af99db

%20
%30
%0
%14

Triadic Colors of #af99db

#af99db #dbaf99 #99dbaf

Analogous Colors of #af99db

#af99db #d099db #99a4db

Monochromatic Colors of #af99db

#af99db

Complementary Color

#af99db #c5db99

#af99db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af99db Color Preview on White Background

Lorem ipsum dolor sit amet.

#af99db Color CSS Codes

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

#af99db Text Font Color

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

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


#af99db Background Color

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

This div background color is #af99db


#af99db Border Color

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

This div border color is #af99db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af99db


Comments

No comments written yet.

Please login to write comment.