Color Hex Logo

#dc107d Color Hex

#DC107D
(220,16,125)
0 Favorites   0 Comments

Color spaces of #dc107d

RGB 22016125
HSL0.910.860.46
HSV328°93°86°
CMYK 0.000.930.43   0.14
XYZ33.402217.066920.9358
Yxy17.06690.46780.2390
Hunter Lab41.312172.0270-1.1280
CIE-Lab48.344275.4978-4.4973

#dc107d color RGB value is (220,16,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010000 01111101
Octal 334 20 175
Decimal 220 16 125
Hex DC 10 7D

RGB Percentages of Color #dc107d

%60.94
%4.43
%34.63

CMYK Percentages of Color #dc107d

%0
%93
%43
%14

Triadic Colors of #dc107d

#dc107d #7ddc10 #107ddc

Analogous Colors of #dc107d

#dc107d #dc1017 #d510dc

Monochromatic Colors of #dc107d

#dc107d

Complementary Color

#dc107d #10dc6f

#dc107d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc107d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc107d Color CSS Codes

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

#dc107d Text Font Color

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

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


#dc107d Background Color

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

This div background color is #dc107d


#dc107d Border Color

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

This div border color is #dc107d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc107d


Comments

No comments written yet.

Please login to write comment.