Color Hex Logo

#da19d1 Color Hex

#DA19D1
(218,25,209)
0 Favorites   0 Comments

Color spaces of #da19d1

RGB 21825209
HSL0.840.790.48
HSV303°89°85°
CMYK 0.000.890.04   0.15
XYZ40.769720.204162.0726
Yxy20.20410.33130.1642
Hunter Lab44.949083.2427-50.4127
CIE-Lab52.067283.6894-48.4779

#da19d1 color RGB value is (218,25,209).

#da19d1 hex color red value is 218, green value is 25 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #da19d1 hue: 0.84 , saturation: 0.79 and the lightness value of da19d1 is 0.48.

The process color (four color CMYK) of #da19d1 color hex is 0.00, 0.89, 0.04, 0.15. Web safe color of #da19d1 is #cc00cc. Color #da19d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011001 11010001
Octal 332 31 321
Decimal 218 25 209
Hex DA 19 D1

RGB Percentages of Color #da19d1

%48.23
%5.53
%46.24

CMYK Percentages of Color #da19d1

%0
%89
%4
%15

Triadic Colors of #da19d1

#da19d1 #d1da19 #19d1da

Analogous Colors of #da19d1

#da19d1 #da1971 #8319da

Monochromatic Colors of #da19d1

#da19d1

Complementary Color

#da19d1 #19da22

#da19d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da19d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da19d1 Color CSS Codes

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

#da19d1 Text Font Color

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

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


#da19d1 Background Color

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

This div background color is #da19d1


#da19d1 Border Color

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

This div border color is #da19d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da19d1


Comments

No comments written yet.

Please login to write comment.