Color Hex Logo

#dc116e Color Hex

#DC116E
(220,17,110)
0 Favorites   0 Comments

Color spaces of #dc116e

RGB 22017110
HSL0.920.860.46
HSV333°92°86°
CMYK 0.000.920.50   0.14
XYZ32.530116.742316.2689
Yxy16.74230.49630.2554
Hunter Lab40.917470.30565.0682
CIE-Lab47.933774.16954.1026

#dc116e color RGB value is (220,17,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010001 01101110
Octal 334 21 156
Decimal 220 17 110
Hex DC 11 6E

RGB Percentages of Color #dc116e

%63.40
%4.90
%31.70

CMYK Percentages of Color #dc116e

%0
%92
%50
%14

Triadic Colors of #dc116e

#dc116e #6edc11 #116edc

Analogous Colors of #dc116e

#dc116e #dc1a11 #dc11d4

Monochromatic Colors of #dc116e

#dc116e

Complementary Color

#dc116e #11dc7f

#dc116e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc116e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc116e Color CSS Codes

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

#dc116e Text Font Color

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

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


#dc116e Background Color

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

This div background color is #dc116e


#dc116e Border Color

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

This div border color is #dc116e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc116e


Comments

No comments written yet.

Please login to write comment.