Color Hex Logo

#da14ad Color Hex

#DA14AD
(218,20,173)
0 Favorites   0 Comments

Color spaces of #da14ad

RGB 21820173
HSL0.870.830.47
HSV314°91°85°
CMYK 0.000.910.21   0.15
XYZ36.706418.422941.1565
Yxy18.42290.38120.1913
Hunter Lab42.921977.5381-26.8060
CIE-Lab50.005179.6097-30.8052

#da14ad color RGB value is (218,20,173).

#da14ad hex color red value is 218, green value is 20 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #da14ad hue: 0.87 , saturation: 0.83 and the lightness value of da14ad is 0.47.

The process color (four color CMYK) of #da14ad color hex is 0.00, 0.91, 0.21, 0.15. Web safe color of #da14ad is #cc0099. Color #da14ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010100 10101101
Octal 332 24 255
Decimal 218 20 173
Hex DA 14 AD

RGB Percentages of Color #da14ad

%53.04
%4.87
%42.09

CMYK Percentages of Color #da14ad

%0
%91
%21
%15

Triadic Colors of #da14ad

#da14ad #adda14 #14adda

Analogous Colors of #da14ad

#da14ad #da144a #a414da

Monochromatic Colors of #da14ad

#da14ad

Complementary Color

#da14ad #14da41

#da14ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da14ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da14ad Color CSS Codes

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

#da14ad Text Font Color

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

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


#da14ad Background Color

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

This div background color is #da14ad


#da14ad Border Color

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

This div border color is #da14ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da14ad


Comments

No comments written yet.

Please login to write comment.