Color Hex Logo

#afa0db Color Hex

#AFA0DB
(175,160,219)
0 Favorites   0 Comments

Color spaces of #afa0db

RGB 175160219
HSL0.710.450.74
HSV255°27°86°
CMYK 0.200.270.00   0.14
XYZ43.036239.370072.3488
Yxy39.37000.27810.2544
Hunter Lab62.745512.6258-24.4425
CIE-Lab69.018417.4858-27.9399

#afa0db color RGB value is (175,160,219).

#afa0db hex color red value is 175, green value is 160 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #afa0db hue: 0.71 , saturation: 0.45 and the lightness value of afa0db is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 11011011
Octal 257 240 333
Decimal 175 160 219
Hex AF A0 DB

RGB Percentages of Color #afa0db

%31.59
%28.88
%39.53

CMYK Percentages of Color #afa0db

%20
%27
%0
%14

Triadic Colors of #afa0db

#afa0db #dbafa0 #a0dbaf

Analogous Colors of #afa0db

#afa0db #cda0db #a0afdb

Monochromatic Colors of #afa0db

#afa0db

Complementary Color

#afa0db #ccdba0

#afa0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa0db Color CSS Codes

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

#afa0db Text Font Color

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

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


#afa0db Background Color

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

This div background color is #afa0db


#afa0db Border Color

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

This div border color is #afa0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa0db


Comments

No comments written yet.

Please login to write comment.