Color Hex Logo

#dc1189 Color Hex

#DC1189
(220,17,137)
0 Favorites   0 Comments

Color spaces of #dc1189

RGB 22017137
HSL0.900.860.46
HSV325°92°86°
CMYK 0.000.920.38   0.14
XYZ34.231017.422725.2256
Yxy17.42270.44530.2266
Hunter Lab41.740573.3403-6.6132
CIE-Lab48.788376.4783-11.1315

#dc1189 color RGB value is (220,17,137).

#dc1189 hex color red value is 220, green value is 17 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dc1189 hue: 0.90 , saturation: 0.86 and the lightness value of dc1189 is 0.46.

The process color (four color CMYK) of #dc1189 color hex is 0.00, 0.92, 0.38, 0.14. Web safe color of #dc1189 is #cc0099. Color #dc1189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010001 10001001
Octal 334 21 211
Decimal 220 17 137
Hex DC 11 89

RGB Percentages of Color #dc1189

%58.82
%4.55
%36.63

CMYK Percentages of Color #dc1189

%0
%92
%38
%14

Triadic Colors of #dc1189

#dc1189 #89dc11 #1189dc

Analogous Colors of #dc1189

#dc1189 #dc1123 #ca11dc

Monochromatic Colors of #dc1189

#dc1189

Complementary Color

#dc1189 #11dc64

#dc1189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1189 Color CSS Codes

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

#dc1189 Text Font Color

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

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


#dc1189 Background Color

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

This div background color is #dc1189


#dc1189 Border Color

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

This div border color is #dc1189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1189


Comments

No comments written yet.

Please login to write comment.