Color Hex Logo

#dc188e Color Hex

#DC188E
(220,24,142)
0 Favorites   0 Comments

Color spaces of #dc188e

RGB 22024142
HSL0.900.800.48
HSV324°89°86°
CMYK 0.000.890.35   0.14
XYZ34.724317.821927.2010
Yxy17.82190.43540.2235
Hunter Lab42.216072.9452-8.6511
CIE-Lab49.279476.0622-13.4110

#dc188e color RGB value is (220,24,142).

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

The process color (four color CMYK) of #dc188e color hex is 0.00, 0.89, 0.35, 0.14. Web safe color of #dc188e is #cc0099. Color #dc188e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 10001110
Octal 334 30 216
Decimal 220 24 142
Hex DC 18 8E

RGB Percentages of Color #dc188e

%56.99
%6.22
%36.79

CMYK Percentages of Color #dc188e

%0
%89
%35
%14

Triadic Colors of #dc188e

#dc188e #8edc18 #188edc

Analogous Colors of #dc188e

#dc188e #dc182c #c818dc

Monochromatic Colors of #dc188e

#dc188e

Complementary Color

#dc188e #18dc66

#dc188e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc188e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc188e Color CSS Codes

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

#dc188e Text Font Color

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

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


#dc188e Background Color

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

This div background color is #dc188e


#dc188e Border Color

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

This div border color is #dc188e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc188e


Comments

No comments written yet.

Please login to write comment.