Color Hex Logo

#dd187c Color Hex

#DD187C
(221,24,124)
0 Favorites   0 Comments

Color spaces of #dd187c

RGB 22124124
HSL0.920.800.48
HSV330°89°87°
CMYK 0.000.890.44   0.13
XYZ33.783517.480720.6623
Yxy17.48070.46970.2430
Hunter Lab41.809971.0652-0.0339
CIE-Lab48.860174.6117-3.1030

#dd187c color RGB value is (221,24,124).

#dd187c hex color red value is 221, green value is 24 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dd187c hue: 0.92 , saturation: 0.80 and the lightness value of dd187c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011000 01111100
Octal 335 30 174
Decimal 221 24 124
Hex DD 18 7C

RGB Percentages of Color #dd187c

%59.89
%6.50
%33.60

CMYK Percentages of Color #dd187c

%0
%89
%44
%13

Triadic Colors of #dd187c

#dd187c #7cdd18 #187cdd

Analogous Colors of #dd187c

#dd187c #dd1819 #dc18dd

Monochromatic Colors of #dd187c

#dd187c

Complementary Color

#dd187c #18dd79

#dd187c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd187c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd187c Color CSS Codes

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

#dd187c Text Font Color

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

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


#dd187c Background Color

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

This div background color is #dd187c


#dd187c Border Color

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

This div border color is #dd187c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd187c


Comments

No comments written yet.

Please login to write comment.