color codes Logo

#dc018c color codes

#DC018C
(220,1,140)
0 Favorites   0 Comments

Color spaces of #dc018c

RGB 2201140
HSL0.890.990.43
HSV322°100°86°
CMYK 0.001.000.36   0.14
XYZ34.259717.130826.3118
Yxy17.13080.44090.2205
Hunter Lab41.389475.3205-8.7189
CIE-Lab48.424478.1460-13.4972

#dc018c color RGB value is (220,1,140).

#dc018c hex color red value is 220, green value is 1 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dc018c hue: 0.89 , saturation: 0.99 and the lightness value of dc018c is 0.43.

The process color (four color CMYK) of #dc018c color code is 0.00, 1.00, 0.36, 0.14. Web safe color of #dc018c is #cc0099. Color #dc018c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000001 10001100
Octal 334 1 214
Decimal 220 1 140
Hex DC 1 8C

RGB Percentages of Color #dc018c

%60.94
%0.28
%38.78

CMYK Percentages of Color #dc018c

%0
%100
%36
%14

Triadic Colors of #dc018c

#dc018c #8cdc01 #018cdc

Analogous Colors of #dc018c

#dc018c #dc011f #bf01dc

Monochromatic Colors of #dc018c

#dc018c

Complementary Color

#dc018c #01dc51

#dc018c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc018c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc018c Color CSS Codes

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

#dc018c Text Font Color

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

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


#dc018c Background Color

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

This div background color is #dc018c


#dc018c Border Color

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

This div border color is #dc018c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc018c


Comments

No comments written yet.

Please login to write comment.