Color Hex Logo

#dc116b Color Hex

#DC116B
(220,17,107)
0 Favorites   0 Comments

Color spaces of #dc116b

RGB 22017107
HSL0.930.860.46
HSV333°92°86°
CMYK 0.000.920.51   0.14
XYZ32.369516.678115.4230
Yxy16.67810.50210.2587
Hunter Lab40.838870.01406.1960
CIE-Lab47.851973.94565.8338

#dc116b color RGB value is (220,17,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010001 01101011
Octal 334 21 153
Decimal 220 17 107
Hex DC 11 6B

RGB Percentages of Color #dc116b

%63.95
%4.94
%31.10

CMYK Percentages of Color #dc116b

%0
%92
%51
%14

Triadic Colors of #dc116b

#dc116b #6bdc11 #116bdc

Analogous Colors of #dc116b

#dc116b #dc1d11 #dc11d1

Monochromatic Colors of #dc116b

#dc116b

Complementary Color

#dc116b #11dc82

#dc116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc116b Color CSS Codes

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

#dc116b Text Font Color

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

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


#dc116b Background Color

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

This div background color is #dc116b


#dc116b Border Color

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

This div border color is #dc116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc116b


Comments

No comments written yet.

Please login to write comment.