Color Hex Logo

#afa6db Color Hex

#AFA6DB
(175,166,219)
0 Favorites   0 Comments

Color spaces of #afa6db

RGB 175166219
HSL0.690.420.75
HSV250°24°86°
CMYK 0.200.240.00   0.14
XYZ44.101641.500972.7039
Yxy41.50090.27860.2622
Hunter Lab64.42129.4608-21.8181
CIE-Lab70.525414.1326-25.6267

#afa6db color RGB value is (175,166,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 11011011
Octal 257 246 333
Decimal 175 166 219
Hex AF A6 DB

RGB Percentages of Color #afa6db

%31.25
%29.64
%39.11

CMYK Percentages of Color #afa6db

%20
%24
%0
%14

Triadic Colors of #afa6db

#afa6db #dbafa6 #a6dbaf

Analogous Colors of #afa6db

#afa6db #caa6db #a6b8db

Monochromatic Colors of #afa6db

#afa6db

Complementary Color

#afa6db #d2dba6

#afa6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa6db Color CSS Codes

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

#afa6db Text Font Color

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

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


#afa6db Background Color

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

This div background color is #afa6db


#afa6db Border Color

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

This div border color is #afa6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa6db


Comments

No comments written yet.

Please login to write comment.