Color Hex Logo

#dc187c Color Hex

#DC187C
(220,24,124)
0 Favorites   0 Comments

Color spaces of #dc187c

RGB 22024124
HSL0.910.800.48
HSV329°89°86°
CMYK 0.000.890.44   0.14
XYZ33.479917.324120.6481
Yxy17.32410.46860.2425
Hunter Lab41.622270.7421-0.2772
CIE-Lab48.665874.3849-3.4116

#dc187c color RGB value is (220,24,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 01111100
Octal 334 30 174
Decimal 220 24 124
Hex DC 18 7C

RGB Percentages of Color #dc187c

%59.78
%6.52
%33.70

CMYK Percentages of Color #dc187c

%0
%89
%44
%14

Triadic Colors of #dc187c

#dc187c #7cdc18 #187cdc

Analogous Colors of #dc187c

#dc187c #dc181a #da18dc

Monochromatic Colors of #dc187c

#dc187c

Complementary Color

#dc187c #18dc78

#dc187c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc187c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc187c Color CSS Codes

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

#dc187c Text Font Color

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

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


#dc187c Background Color

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

This div background color is #dc187c


#dc187c Border Color

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

This div border color is #dc187c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc187c


Comments

No comments written yet.

Please login to write comment.