Color Hex Logo

#af19db Color Hex

#AF19DB
(175,25,219)
0 Favorites   0 Comments

Color spaces of #af19db

RGB 17525219
HSL0.800.800.48
HSV286°89°86°
CMYK 0.200.890.00   0.14
XYZ30.813014.923768.2744
Yxy14.92370.27030.1309
Hunter Lab38.631274.7705-77.7436
CIE-Lab45.529578.2669-65.0984

#af19db color RGB value is (175,25,219).

#af19db hex color red value is 175, green value is 25 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #af19db hue: 0.80 , saturation: 0.80 and the lightness value of af19db is 0.48.

The process color (four color CMYK) of #af19db color hex is 0.20, 0.89, 0.00, 0.14. Web safe color of #af19db is #9900cc. Color #af19db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011001 11011011
Octal 257 31 333
Decimal 175 25 219
Hex AF 19 DB

RGB Percentages of Color #af19db

%41.77
%5.97
%52.27

CMYK Percentages of Color #af19db

%20
%89
%0
%14

Triadic Colors of #af19db

#af19db #dbaf19 #19dbaf

Analogous Colors of #af19db

#af19db #db19a6 #4e19db

Monochromatic Colors of #af19db

#af19db

Complementary Color

#af19db #45db19

#af19db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af19db Color Preview on White Background

Lorem ipsum dolor sit amet.

#af19db Color CSS Codes

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

#af19db Text Font Color

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

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


#af19db Background Color

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

This div background color is #af19db


#af19db Border Color

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

This div border color is #af19db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af19db


Comments

No comments written yet.

Please login to write comment.