Color Hex Logo

#db116c Color Hex

#DB116C
(219,17,108)
0 Favorites   0 Comments

Color spaces of #db116c

RGB 21917108
HSL0.920.860.46
HSV333°92°86°
CMYK 0.000.920.51   0.14
XYZ32.120616.543715.6877
Yxy16.54370.49910.2571
Hunter Lab40.673969.78375.6040
CIE-Lab47.679973.78974.9442

#db116c color RGB value is (219,17,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010001 01101100
Octal 333 21 154
Decimal 219 17 108
Hex DB 11 6C

RGB Percentages of Color #db116c

%63.66
%4.94
%31.40

CMYK Percentages of Color #db116c

%0
%92
%51
%14

Triadic Colors of #db116c

#db116c #6cdb11 #116cdb

Analogous Colors of #db116c

#db116c #db1b11 #db11d1

Monochromatic Colors of #db116c

#db116c

Complementary Color

#db116c #11db80

#db116c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db116c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db116c Color CSS Codes

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

#db116c Text Font Color

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

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


#db116c Background Color

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

This div background color is #db116c


#db116c Border Color

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

This div border color is #db116c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db116c


Comments

No comments written yet.

Please login to write comment.