Color Hex Logo

#dc116a Color Hex

#DC116A
(220,17,106)
0 Favorites   0 Comments

Color spaces of #dc116a

RGB 22017106
HSL0.930.860.46
HSV334°92°86°
CMYK 0.000.920.52   0.14
XYZ32.317216.657115.1475
Yxy16.65710.50400.2598
Hunter Lab40.813169.91946.5641
CIE-Lab47.825073.87306.4120

#dc116a color RGB value is (220,17,106).

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

The process color (four color CMYK) of #dc116a color hex is 0.00, 0.92, 0.52, 0.14. Web safe color of #dc116a is #cc0066. Color #dc116a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010001 01101010
Octal 334 21 152
Decimal 220 17 106
Hex DC 11 6A

RGB Percentages of Color #dc116a

%64.14
%4.96
%30.90

CMYK Percentages of Color #dc116a

%0
%92
%52
%14

Triadic Colors of #dc116a

#dc116a #6adc11 #116adc

Analogous Colors of #dc116a

#dc116a #dc1e11 #dc11d0

Monochromatic Colors of #dc116a

#dc116a

Complementary Color

#dc116a #11dc83

#dc116a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc116a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc116a Color CSS Codes

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

#dc116a Text Font Color

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

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


#dc116a Background Color

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

This div background color is #dc116a


#dc116a Border Color

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

This div border color is #dc116a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc116a


Comments

No comments written yet.

Please login to write comment.