Color Hex Logo

#dd137c Color Hex

#DD137C
(221,19,124)
0 Favorites   0 Comments

Color spaces of #dd137c

RGB 22119124
HSL0.910.840.47
HSV329°91°87°
CMYK 0.000.910.44   0.13
XYZ33.689817.293120.6310
Yxy17.29310.47040.2415
Hunter Lab41.585071.8369-0.3053
CIE-Lab48.627275.2877-3.4464

#dd137c color RGB value is (221,19,124).

#dd137c hex color red value is 221, green value is 19 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dd137c hue: 0.91 , saturation: 0.84 and the lightness value of dd137c is 0.47.

The process color (four color CMYK) of #dd137c color hex is 0.00, 0.91, 0.44, 0.13. Web safe color of #dd137c is #cc0066. Color #dd137c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010011 01111100
Octal 335 23 174
Decimal 221 19 124
Hex DD 13 7C

RGB Percentages of Color #dd137c

%60.71
%5.22
%34.07

CMYK Percentages of Color #dd137c

%0
%91
%44
%13

Triadic Colors of #dd137c

#dd137c #7cdd13 #137cdd

Analogous Colors of #dd137c

#dd137c #dd1317 #d913dd

Monochromatic Colors of #dd137c

#dd137c

Complementary Color

#dd137c #13dd74

#dd137c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd137c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd137c Color CSS Codes

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

#dd137c Text Font Color

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

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


#dd137c Background Color

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

This div background color is #dd137c


#dd137c Border Color

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

This div border color is #dd137c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd137c


Comments

No comments written yet.

Please login to write comment.