Color Hex Logo

#da429a Color Hex

#DA429A
(218,66,154)
0 Favorites   0 Comments

Color spaces of #da429a

RGB 21866154
HSL0.900.670.56
HSV325°70°85°
CMYK 0.000.700.29   0.15
XYZ36.694421.134932.7173
Yxy21.13490.40530.2334
Hunter Lab45.972762.0225-10.0139
CIE-Lab53.096866.2436-14.8257

#da429a color RGB value is (218,66,154).

#da429a hex color red value is 218, green value is 66 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #da429a hue: 0.90 , saturation: 0.67 and the lightness value of da429a is 0.56.

The process color (four color CMYK) of #da429a color hex is 0.00, 0.70, 0.29, 0.15. Web safe color of #da429a is #cc3399. Color #da429a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 10011010
Octal 332 102 232
Decimal 218 66 154
Hex DA 42 9A

RGB Percentages of Color #da429a

%49.77
%15.07
%35.16

CMYK Percentages of Color #da429a

%0
%70
%29
%15

Triadic Colors of #da429a

#da429a #9ada42 #429ada

Analogous Colors of #da429a

#da429a #da424e #ce42da

Monochromatic Colors of #da429a

#da429a

Complementary Color

#da429a #42da82

#da429a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da429a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da429a Color CSS Codes

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

#da429a Text Font Color

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

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


#da429a Background Color

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

This div background color is #da429a


#da429a Border Color

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

This div border color is #da429a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da429a


Comments

No comments written yet.

Please login to write comment.