Color Hex Logo

#da179a Color Hex

#DA179A
(218,23,154)
0 Favorites   0 Comments

Color spaces of #da179a

RGB 21823154
HSL0.890.810.47
HSV320°89°85°
CMYK 0.000.890.29   0.15
XYZ35.052617.851332.1700
Yxy17.85130.41200.2098
Hunter Lab42.250874.1504-15.5682
CIE-Lab49.315377.0305-20.5945

#da179a color RGB value is (218,23,154).

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

The process color (four color CMYK) of #da179a color hex is 0.00, 0.89, 0.29, 0.15. Web safe color of #da179a is #cc0099. Color #da179a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010111 10011010
Octal 332 27 232
Decimal 218 23 154
Hex DA 17 9A

RGB Percentages of Color #da179a

%55.19
%5.82
%38.99

CMYK Percentages of Color #da179a

%0
%89
%29
%15

Triadic Colors of #da179a

#da179a #9ada17 #179ada

Analogous Colors of #da179a

#da179a #da1738 #b917da

Monochromatic Colors of #da179a

#da179a

Complementary Color

#da179a #17da57

#da179a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da179a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da179a Color CSS Codes

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

#da179a Text Font Color

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

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


#da179a Background Color

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

This div background color is #da179a


#da179a Border Color

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

This div border color is #da179a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da179a


Comments

No comments written yet.

Please login to write comment.