Color Hex Logo

#af97db Color Hex

#AF97DB
(175,151,219)
0 Favorites   0 Comments

Color spaces of #af97db

RGB 175151219
HSL0.730.490.73
HSV261°31°86°
CMYK 0.200.310.00   0.14
XYZ41.532036.361771.8474
Yxy36.36170.27740.2428
Hunter Lab60.300717.4155-28.4327
CIE-Lab66.795422.5416-31.3687

#af97db color RGB value is (175,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010111 11011011
Octal 257 227 333
Decimal 175 151 219
Hex AF 97 DB

RGB Percentages of Color #af97db

%32.11
%27.71
%40.18

CMYK Percentages of Color #af97db

%20
%31
%0
%14

Triadic Colors of #af97db

#af97db #dbaf97 #97dbaf

Analogous Colors of #af97db

#af97db #d197db #97a1db

Monochromatic Colors of #af97db

#af97db

Complementary Color

#af97db #c3db97

#af97db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af97db Color Preview on White Background

Lorem ipsum dolor sit amet.

#af97db Color CSS Codes

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

#af97db Text Font Color

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

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


#af97db Background Color

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

This div background color is #af97db


#af97db Border Color

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

This div border color is #af97db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af97db


Comments

No comments written yet.

Please login to write comment.