Color Hex Logo

#dc187f Color Hex

#DC187F
(220,24,127)
0 Favorites   0 Comments

Color spaces of #dc187f

RGB 22024127
HSL0.910.800.48
HSV328°89°86°
CMYK 0.000.890.42   0.14
XYZ33.672617.401221.6627
Yxy17.40120.46290.2392
Hunter Lab41.714771.0864-1.5893
CIE-Lab48.761674.6482-5.0985

#dc187f color RGB value is (220,24,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 01111111
Octal 334 30 177
Decimal 220 24 127
Hex DC 18 7F

RGB Percentages of Color #dc187f

%59.30
%6.47
%34.23

CMYK Percentages of Color #dc187f

%0
%89
%42
%14

Triadic Colors of #dc187f

#dc187f #7fdc18 #187fdc

Analogous Colors of #dc187f

#dc187f #dc181d #d718dc

Monochromatic Colors of #dc187f

#dc187f

Complementary Color

#dc187f #18dc75

#dc187f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc187f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc187f Color CSS Codes

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

#dc187f Text Font Color

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

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


#dc187f Background Color

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

This div background color is #dc187f


#dc187f Border Color

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

This div border color is #dc187f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,24,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc187f


Comments

No comments written yet.

Please login to write comment.