Color Hex Logo

#da299a Color Hex

#DA299A
(218,41,154)
0 Favorites   0 Comments

Color spaces of #da299a

RGB 21841154
HSL0.890.710.51
HSV322°81°85°
CMYK 0.000.810.29   0.15
XYZ35.539118.824432.3322
Yxy18.82440.40990.2171
Hunter Lab43.387170.2849-13.8121
CIE-Lab50.481173.6564-18.8079

#da299a color RGB value is (218,41,154).

#da299a hex color red value is 218, green value is 41 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #da299a hue: 0.89 , saturation: 0.71 and the lightness value of da299a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101001 10011010
Octal 332 51 232
Decimal 218 41 154
Hex DA 29 9A

RGB Percentages of Color #da299a

%52.78
%9.93
%37.29

CMYK Percentages of Color #da299a

%0
%81
%29
%15

Triadic Colors of #da299a

#da299a #9ada29 #299ada

Analogous Colors of #da299a

#da299a #da2941 #c229da

Monochromatic Colors of #da299a

#da299a

Complementary Color

#da299a #29da69

#da299a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da299a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da299a Color CSS Codes

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

#da299a Text Font Color

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

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


#da299a Background Color

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

This div background color is #da299a


#da299a Border Color

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

This div border color is #da299a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,41,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 #da299a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da299a


Comments

No comments written yet.

Please login to write comment.