Color Hex Logo

#db109c Color Hex

#DB109C
(219,16,156)
0 Favorites   0 Comments

Color spaces of #db109c

RGB 21916156
HSL0.890.860.46
HSV319°93°86°
CMYK 0.000.930.29   0.14
XYZ35.399517.831033.0284
Yxy17.83100.41040.2067
Hunter Lab42.226875.7431-16.8160
CIE-Lab49.290578.3162-21.8116

#db109c color RGB value is (219,16,156).

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

The process color (four color CMYK) of #db109c color hex is 0.00, 0.93, 0.29, 0.14. Web safe color of #db109c is #cc0099. Color #db109c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010000 10011100
Octal 333 20 234
Decimal 219 16 156
Hex DB 10 9C

RGB Percentages of Color #db109c

%56.01
%4.09
%39.90

CMYK Percentages of Color #db109c

%0
%93
%29
%14

Triadic Colors of #db109c

#db109c #9cdb10 #109cdb

Analogous Colors of #db109c

#db109c #db1037 #b510db

Monochromatic Colors of #db109c

#db109c

Complementary Color

#db109c #10db4f

#db109c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db109c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db109c Color CSS Codes

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

#db109c Text Font Color

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

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


#db109c Background Color

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

This div background color is #db109c


#db109c Border Color

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

This div border color is #db109c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db109c


Comments

No comments written yet.

Please login to write comment.