Color Hex Logo

#db19ff Color Hex

#DB19FF
(219,25,255)
0 Favorites   0 Comments

Color spaces of #db19ff

RGB 21925255
HSL0.811.000.55
HSV291°90°100°
CMYK 0.140.900.00   0.00
XYZ47.611022.975396.5330
Yxy22.97530.28490.1375
Hunter Lab47.932693.4206-85.8533
CIE-Lab55.046990.8571-69.6383

#db19ff color RGB value is (219,25,255).

#db19ff hex color red value is 219, green value is 25 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #db19ff hue: 0.81 , saturation: 1.00 and the lightness value of db19ff is 0.55.

The process color (four color CMYK) of #db19ff color hex is 0.14, 0.90, 0.00, 0.00. Web safe color of #db19ff is #cc00ff. Color #db19ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011001 11111111
Octal 333 31 377
Decimal 219 25 255
Hex DB 19 FF

RGB Percentages of Color #db19ff

%43.89
%5.01
%51.10

CMYK Percentages of Color #db19ff

%14
%90
%0
%0

Triadic Colors of #db19ff

#db19ff #ffdb19 #19ffdb

Analogous Colors of #db19ff

#db19ff #ff19b0 #6819ff

Monochromatic Colors of #db19ff

#db19ff

Complementary Color

#db19ff #3dff19

#db19ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db19ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db19ff Color CSS Codes

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

#db19ff Text Font Color

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

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


#db19ff Background Color

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

This div background color is #db19ff


#db19ff Border Color

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

This div border color is #db19ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,25,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db19ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db19ff

Related Colors


Comments

No comments written yet.

Please login to write comment.