Color Hex Logo

#afa7db Color Hex

#AFA7DB
(175,167,219)
0 Favorites   0 Comments

Color spaces of #afa7db

RGB 175167219
HSL0.690.420.76
HSV249°24°86°
CMYK 0.200.240.00   0.14
XYZ44.284141.865972.7647
Yxy41.86590.27870.2634
Hunter Lab64.70398.9358-21.3837
CIE-Lab70.778413.5756-25.2393

#afa7db color RGB value is (175,167,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 11011011
Octal 257 247 333
Decimal 175 167 219
Hex AF A7 DB

RGB Percentages of Color #afa7db

%31.19
%29.77
%39.04

CMYK Percentages of Color #afa7db

%20
%24
%0
%14

Triadic Colors of #afa7db

#afa7db #dbafa7 #a7dbaf

Analogous Colors of #afa7db

#afa7db #c9a7db #a7b9db

Monochromatic Colors of #afa7db

#afa7db

Complementary Color

#afa7db #d3dba7

#afa7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa7db Color CSS Codes

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

#afa7db Text Font Color

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

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


#afa7db Background Color

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

This div background color is #afa7db


#afa7db Border Color

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

This div border color is #afa7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa7db


Comments

No comments written yet.

Please login to write comment.