Color Hex Logo

#db109d Color Hex

#DB109D
(219,16,157)
0 Favorites   0 Comments

Color spaces of #db109d

RGB 21916157
HSL0.880.860.46
HSV318°93°86°
CMYK 0.000.930.28   0.14
XYZ35.484517.865033.4763
Yxy17.86500.40870.2058
Hunter Lab42.267075.8892-17.3719
CIE-Lab49.332078.4251-22.3448

#db109d color RGB value is (219,16,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010000 10011101
Octal 333 20 235
Decimal 219 16 157
Hex DB 10 9D

RGB Percentages of Color #db109d

%55.87
%4.08
%40.05

CMYK Percentages of Color #db109d

%0
%93
%28
%14

Triadic Colors of #db109d

#db109d #9ddb10 #109ddb

Analogous Colors of #db109d

#db109d #db1038 #b410db

Monochromatic Colors of #db109d

#db109d

Complementary Color

#db109d #10db4e

#db109d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db109d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db109d Color CSS Codes

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

#db109d Text Font Color

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

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


#db109d Background Color

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

This div background color is #db109d


#db109d Border Color

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

This div border color is #db109d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db109d


Comments

No comments written yet.

Please login to write comment.