Color Hex Logo

#da19be Color Hex

#DA19BE
(218,25,190)
0 Favorites   0 Comments

Color spaces of #da19be

RGB 21825190
HSL0.860.790.48
HSV309°89°85°
CMYK 0.000.890.13   0.15
XYZ38.555319.318450.4119
Yxy19.31840.35610.1784
Hunter Lab43.952779.6629-37.2362
CIE-Lab51.057781.0863-39.1062

#da19be color RGB value is (218,25,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011001 10111110
Octal 332 31 276
Decimal 218 25 190
Hex DA 19 BE

RGB Percentages of Color #da19be

%50.35
%5.77
%43.88

CMYK Percentages of Color #da19be

%0
%89
%13
%15

Triadic Colors of #da19be

#da19be #beda19 #19beda

Analogous Colors of #da19be

#da19be #da195d #9619da

Monochromatic Colors of #da19be

#da19be

Complementary Color

#da19be #19da35

#da19be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da19be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da19be Color CSS Codes

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

#da19be Text Font Color

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

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


#da19be Background Color

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

This div background color is #da19be


#da19be Border Color

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

This div border color is #da19be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da19be


Comments

No comments written yet.

Please login to write comment.