Color Hex Logo

#dc107c Color Hex

#DC107C
(220,16,124)
0 Favorites   0 Comments

Color spaces of #dc107c

RGB 22016124
HSL0.910.860.46
HSV328°93°86°
CMYK 0.000.930.44   0.14
XYZ33.338617.041520.6010
Yxy17.04150.46970.2401
Hunter Lab41.281471.9133-0.6911
CIE-Lab48.312375.4114-3.9337

#dc107c color RGB value is (220,16,124).

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

The process color (four color CMYK) of #dc107c color hex is 0.00, 0.93, 0.44, 0.14. Web safe color of #dc107c is #cc0066. Color #dc107c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010000 01111100
Octal 334 20 174
Decimal 220 16 124
Hex DC 10 7C

RGB Percentages of Color #dc107c

%61.11
%4.44
%34.44

CMYK Percentages of Color #dc107c

%0
%93
%44
%14

Triadic Colors of #dc107c

#dc107c #7cdc10 #107cdc

Analogous Colors of #dc107c

#dc107c #dc1016 #d610dc

Monochromatic Colors of #dc107c

#dc107c

Complementary Color

#dc107c #10dc70

#dc107c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc107c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc107c Color CSS Codes

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

#dc107c Text Font Color

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

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


#dc107c Background Color

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

This div background color is #dc107c


#dc107c Border Color

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

This div border color is #dc107c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc107c


Comments

No comments written yet.

Please login to write comment.