Color Hex Logo

#da049f Color Hex

#DA049F
(218,4,159)
0 Favorites   0 Comments

Color spaces of #da049f

RGB 2184159
HSL0.880.960.44
HSV317°98°85°
CMYK 0.000.980.27   0.15
XYZ35.214917.495534.3218
Yxy17.49550.40460.2010
Hunter Lab41.827677.0818-19.3713
CIE-Lab48.878479.4660-24.2538

#da049f color RGB value is (218,4,159).

#da049f hex color red value is 218, green value is 4 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #da049f hue: 0.88 , saturation: 0.96 and the lightness value of da049f is 0.44.

The process color (four color CMYK) of #da049f color hex is 0.00, 0.98, 0.27, 0.15. Web safe color of #da049f is #cc0099. Color #da049f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000100 10011111
Octal 332 4 237
Decimal 218 4 159
Hex DA 4 9F

RGB Percentages of Color #da049f

%57.22
%1.05
%41.73

CMYK Percentages of Color #da049f

%0
%98
%27
%15

Triadic Colors of #da049f

#da049f #9fda04 #049fda

Analogous Colors of #da049f

#da049f #da0434 #aa04da

Monochromatic Colors of #da049f

#da049f

Complementary Color

#da049f #04da3f

#da049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da049f Color CSS Codes

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

#da049f Text Font Color

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

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


#da049f Background Color

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

This div background color is #da049f


#da049f Border Color

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

This div border color is #da049f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da049f


Comments

No comments written yet.

Please login to write comment.