Color Hex Logo

#dc139c Color Hex

#DC139C
(220,19,156)
0 Favorites   0 Comments

Color spaces of #dc139c

RGB 22019156
HSL0.890.840.47
HSV319°91°86°
CMYK 0.000.910.29   0.14
XYZ35.748818.081733.0584
Yxy18.08170.41140.2081
Hunter Lab42.522675.6507-16.3281
CIE-Lab49.595178.1828-21.3272

#dc139c color RGB value is (220,19,156).

#dc139c hex color red value is 220, green value is 19 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dc139c hue: 0.89 , saturation: 0.84 and the lightness value of dc139c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 10011100
Octal 334 23 234
Decimal 220 19 156
Hex DC 13 9C

RGB Percentages of Color #dc139c

%55.70
%4.81
%39.49

CMYK Percentages of Color #dc139c

%0
%91
%29
%14

Triadic Colors of #dc139c

#dc139c #9cdc13 #139cdc

Analogous Colors of #dc139c

#dc139c #dc1338 #b813dc

Monochromatic Colors of #dc139c

#dc139c

Complementary Color

#dc139c #13dc53

#dc139c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc139c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc139c Color CSS Codes

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

#dc139c Text Font Color

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

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


#dc139c Background Color

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

This div background color is #dc139c


#dc139c Border Color

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

This div border color is #dc139c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc139c


Comments

No comments written yet.

Please login to write comment.