Color Hex Logo

#dd179a Color Hex

#DD179A
(221,23,154)
0 Favorites   0 Comments

Color spaces of #dd179a

RGB 22123154
HSL0.890.810.48
HSV320°90°87°
CMYK 0.000.900.30   0.13
XYZ35.957918.318032.2124
Yxy18.31800.41580.2118
Hunter Lab42.799575.0671-14.6640
CIE-Lab49.879677.6588-19.6800

#dd179a color RGB value is (221,23,154).

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

The process color (four color CMYK) of #dd179a color hex is 0.00, 0.90, 0.30, 0.13. Web safe color of #dd179a is #cc0099. Color #dd179a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 10011010
Octal 335 27 232
Decimal 221 23 154
Hex DD 17 9A

RGB Percentages of Color #dd179a

%55.53
%5.78
%38.69

CMYK Percentages of Color #dd179a

%0
%90
%30
%13

Triadic Colors of #dd179a

#dd179a #9add17 #179add

Analogous Colors of #dd179a

#dd179a #dd1737 #bd17dd

Monochromatic Colors of #dd179a

#dd179a

Complementary Color

#dd179a #17dd5a

#dd179a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd179a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd179a Color CSS Codes

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

#dd179a Text Font Color

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

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


#dd179a Background Color

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

This div background color is #dd179a


#dd179a Border Color

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

This div border color is #dd179a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd179a


Comments

No comments written yet.

Please login to write comment.