Color Hex Logo

#dc1061 Color Hex

#DC1061
(220,16,97)
0 Favorites   0 Comments

Color spaces of #dc1061

RGB 2201697
HSL0.930.860.46
HSV336°93°86°
CMYK 0.000.930.56   0.14
XYZ31.858216.449312.8052
Yxy16.44930.52130.2692
Hunter Lab40.557769.23619.6709
CIE-Lab47.558573.361811.5958

#dc1061 color RGB value is (220,16,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010000 01100001
Octal 334 20 141
Decimal 220 16 97
Hex DC 10 61

RGB Percentages of Color #dc1061

%66.07
%4.80
%29.13

CMYK Percentages of Color #dc1061

%0
%93
%56
%14

Triadic Colors of #dc1061

#dc1061 #61dc10 #1061dc

Analogous Colors of #dc1061

#dc1061 #dc2510 #dc10c7

Monochromatic Colors of #dc1061

#dc1061

Complementary Color

#dc1061 #10dc8b

#dc1061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1061 Color CSS Codes

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

#dc1061 Text Font Color

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

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


#dc1061 Background Color

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

This div background color is #dc1061


#dc1061 Border Color

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

This div border color is #dc1061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1061


Comments

No comments written yet.

Please login to write comment.