Color Hex Logo

#dc107e Color Hex

#DC107E
(220,16,126)
0 Favorites   0 Comments

Color spaces of #dc107e

RGB 22016126
HSL0.910.860.46
HSV328°93°86°
CMYK 0.000.930.43   0.14
XYZ33.466417.092621.2740
Yxy17.09260.46590.2379
Hunter Lab41.343272.1412-1.5687
CIE-Lab48.376575.5846-5.0599

#dc107e color RGB value is (220,16,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010000 01111110
Octal 334 20 176
Decimal 220 16 126
Hex DC 10 7E

RGB Percentages of Color #dc107e

%60.77
%4.42
%34.81

CMYK Percentages of Color #dc107e

%0
%93
%43
%14

Triadic Colors of #dc107e

#dc107e #7edc10 #107edc

Analogous Colors of #dc107e

#dc107e #dc1018 #d410dc

Monochromatic Colors of #dc107e

#dc107e

Complementary Color

#dc107e #10dc6e

#dc107e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc107e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc107e Color CSS Codes

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

#dc107e Text Font Color

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

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


#dc107e Background Color

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

This div background color is #dc107e


#dc107e Border Color

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

This div border color is #dc107e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc107e


Comments

No comments written yet.

Please login to write comment.