Color Hex Logo

#db19ca Color Hex

#DB19CA
(219,25,202)
0 Favorites   0 Comments

Color spaces of #db19ca

RGB 21925202
HSL0.850.800.48
HSV305°89°86°
CMYK 0.000.890.08   0.14
XYZ40.221720.019657.6214
Yxy20.01960.34130.1699
Hunter Lab44.743382.1608-45.0347
CIE-Lab51.859482.8881-44.7735

#db19ca color RGB value is (219,25,202).

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

The process color (four color CMYK) of #db19ca color hex is 0.00, 0.89, 0.08, 0.14. Web safe color of #db19ca is #cc00cc. Color #db19ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011001 11001010
Octal 333 31 312
Decimal 219 25 202
Hex DB 19 CA

RGB Percentages of Color #db19ca

%49.10
%5.61
%45.29

CMYK Percentages of Color #db19ca

%0
%89
%8
%14

Triadic Colors of #db19ca

#db19ca #cadb19 #19cadb

Analogous Colors of #db19ca

#db19ca #db1969 #8b19db

Monochromatic Colors of #db19ca

#db19ca

Complementary Color

#db19ca #19db2a

#db19ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db19ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db19ca Color CSS Codes

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

#db19ca Text Font Color

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

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


#db19ca Background Color

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

This div background color is #db19ca


#db19ca Border Color

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

This div border color is #db19ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db19ca


Comments

No comments written yet.

Please login to write comment.