Color Hex Logo

#da049e Color Hex

#DA049E
(218,4,158)
0 Favorites   0 Comments

Color spaces of #da049e

RGB 2184158
HSL0.880.960.44
HSV317°98°85°
CMYK 0.000.980.28   0.15
XYZ35.128417.460933.8666
Yxy17.46090.40630.2020
Hunter Lab41.786276.9335-18.8025
CIE-Lab48.835679.3562-23.7232

#da049e color RGB value is (218,4,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000100 10011110
Octal 332 4 236
Decimal 218 4 158
Hex DA 4 9E

RGB Percentages of Color #da049e

%57.37
%1.05
%41.58

CMYK Percentages of Color #da049e

%0
%98
%28
%15

Triadic Colors of #da049e

#da049e #9eda04 #049eda

Analogous Colors of #da049e

#da049e #da0433 #ab04da

Monochromatic Colors of #da049e

#da049e

Complementary Color

#da049e #04da40

#da049e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da049e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da049e Color CSS Codes

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

#da049e Text Font Color

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

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


#da049e Background Color

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

This div background color is #da049e


#da049e Border Color

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

This div border color is #da049e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da049e


Comments

No comments written yet.

Please login to write comment.