Color Hex Logo

#da1479 Color Hex

#DA1479
(218,20,121)
0 Favorites   0 Comments

Color spaces of #da1479

RGB 21820121
HSL0.910.830.47
HSV329°91°85°
CMYK 0.000.910.44   0.15
XYZ32.614816.786219.6102
Yxy16.78620.47260.2432
Hunter Lab40.971070.39510.3013
CIE-Lab47.989574.2321-2.6192

#da1479 color RGB value is (218,20,121).

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

The process color (four color CMYK) of #da1479 color hex is 0.00, 0.91, 0.44, 0.15. Web safe color of #da1479 is #cc0066. Color #da1479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010100 01111001
Octal 332 24 171
Decimal 218 20 121
Hex DA 14 79

RGB Percentages of Color #da1479

%60.72
%5.57
%33.70

CMYK Percentages of Color #da1479

%0
%91
%44
%15

Triadic Colors of #da1479

#da1479 #79da14 #1479da

Analogous Colors of #da1479

#da1479 #da1416 #d814da

Monochromatic Colors of #da1479

#da1479

Complementary Color

#da1479 #14da75

#da1479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1479 Color CSS Codes

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

#da1479 Text Font Color

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

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


#da1479 Background Color

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

This div background color is #da1479


#da1479 Border Color

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

This div border color is #da1479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1479


Comments

No comments written yet.

Please login to write comment.