Color Hex Logo

#af20db Color Hex

#AF20DB
(175,32,219)
0 Favorites   0 Comments

Color spaces of #af20db

RGB 17532219
HSL0.790.750.49
HSV286°85°86°
CMYK 0.200.850.00   0.14
XYZ30.981915.261568.3307
Yxy15.26150.27040.1332
Hunter Lab39.066073.1969-76.3586
CIE-Lab45.990376.9072-64.3510

#af20db color RGB value is (175,32,219).

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

The process color (four color CMYK) of #af20db color hex is 0.20, 0.85, 0.00, 0.14. Web safe color of #af20db is #9933cc. Color #af20db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100000 11011011
Octal 257 40 333
Decimal 175 32 219
Hex AF 20 DB

RGB Percentages of Color #af20db

%41.08
%7.51
%51.41

CMYK Percentages of Color #af20db

%20
%85
%0
%14

Triadic Colors of #af20db

#af20db #dbaf20 #20dbaf

Analogous Colors of #af20db

#af20db #db20aa #5220db

Monochromatic Colors of #af20db

#af20db

Complementary Color

#af20db #4cdb20

#af20db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af20db Color Preview on White Background

Lorem ipsum dolor sit amet.

#af20db Color CSS Codes

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

#af20db Text Font Color

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

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


#af20db Background Color

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

This div background color is #af20db


#af20db Border Color

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

This div border color is #af20db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af20db


Comments

No comments written yet.

Please login to write comment.