Color Hex Logo

#dc189d Color Hex

#DC189D
(220,24,157)
0 Favorites   0 Comments

Color spaces of #dc189d

RGB 22024157
HSL0.890.800.48
HSV319°89°86°
CMYK 0.000.890.29   0.14
XYZ35.927618.303233.5376
Yxy18.30320.40930.2085
Hunter Lab42.782275.0315-16.5307
CIE-Lab49.861877.6337-21.5136

#dc189d color RGB value is (220,24,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 10011101
Octal 334 30 235
Decimal 220 24 157
Hex DC 18 9D

RGB Percentages of Color #dc189d

%54.86
%5.99
%39.15

CMYK Percentages of Color #dc189d

%0
%89
%29
%14

Triadic Colors of #dc189d

#dc189d #9ddc18 #189ddc

Analogous Colors of #dc189d

#dc189d #dc183b #b918dc

Monochromatic Colors of #dc189d

#dc189d

Complementary Color

#dc189d #18dc57

#dc189d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc189d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc189d Color CSS Codes

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

#dc189d Text Font Color

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

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


#dc189d Background Color

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

This div background color is #dc189d


#dc189d Border Color

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

This div border color is #dc189d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc189d


Comments

No comments written yet.

Please login to write comment.