Color Hex Logo

#afa9db Color Hex

#AFA9DB
(175,169,219)
0 Favorites   0 Comments

Color spaces of #afa9db

RGB 175169219
HSL0.690.410.76
HSV247°23°86°
CMYK 0.200.230.00   0.14
XYZ44.653342.604472.8878
Yxy42.60440.27880.2660
Hunter Lab65.27207.8877-20.5174
CIE-Lab71.285612.4633-24.4633

#afa9db color RGB value is (175,169,219).

#afa9db hex color red value is 175, green value is 169 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #afa9db hue: 0.69 , saturation: 0.41 and the lightness value of afa9db is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 11011011
Octal 257 251 333
Decimal 175 169 219
Hex AF A9 DB

RGB Percentages of Color #afa9db

%31.08
%30.02
%38.90

CMYK Percentages of Color #afa9db

%20
%23
%0
%14

Triadic Colors of #afa9db

#afa9db #dbafa9 #a9dbaf

Analogous Colors of #afa9db

#afa9db #c8a9db #a9bcdb

Monochromatic Colors of #afa9db

#afa9db

Complementary Color

#afa9db #d5dba9

#afa9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa9db Color CSS Codes

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

#afa9db Text Font Color

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

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


#afa9db Background Color

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

This div background color is #afa9db


#afa9db Border Color

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

This div border color is #afa9db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,169,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 #afa9db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa9db


Comments

No comments written yet.

Please login to write comment.