Color Hex Logo

#dc187e Color Hex

#DC187E
(220,24,126)
0 Favorites   0 Comments

Color spaces of #dc187e

RGB 22024126
HSL0.910.800.48
HSV329°89°86°
CMYK 0.000.890.43   0.14
XYZ33.607717.375321.3211
Yxy17.37530.46480.2403
Hunter Lab41.683770.9701-1.1481
CIE-Lab48.729574.5593-4.5369

#dc187e color RGB value is (220,24,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 01111110
Octal 334 30 176
Decimal 220 24 126
Hex DC 18 7E

RGB Percentages of Color #dc187e

%59.46
%6.49
%34.05

CMYK Percentages of Color #dc187e

%0
%89
%43
%14

Triadic Colors of #dc187e

#dc187e #7edc18 #187edc

Analogous Colors of #dc187e

#dc187e #dc181c #d818dc

Monochromatic Colors of #dc187e

#dc187e

Complementary Color

#dc187e #18dc76

#dc187e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc187e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc187e Color CSS Codes

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

#dc187e Text Font Color

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

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


#dc187e Background Color

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

This div background color is #dc187e


#dc187e Border Color

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

This div border color is #dc187e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc187e


Comments

No comments written yet.

Please login to write comment.