Color Hex Logo

#db146d Color Hex

#DB146D
(219,20,109)
0 Favorites   0 Comments

Color spaces of #db146d

RGB 21920109
HSL0.930.830.47
HSV333°91°86°
CMYK 0.000.910.50   0.14
XYZ32.223916.664515.9862
Yxy16.66450.49670.2569
Hunter Lab40.822269.46425.3572
CIE-Lab47.834573.49624.5499

#db146d color RGB value is (219,20,109).

#db146d hex color red value is 219, green value is 20 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #db146d hue: 0.93 , saturation: 0.83 and the lightness value of db146d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 01101101
Octal 333 24 155
Decimal 219 20 109
Hex DB 14 6D

RGB Percentages of Color #db146d

%62.93
%5.75
%31.32

CMYK Percentages of Color #db146d

%0
%91
%50
%14

Triadic Colors of #db146d

#db146d #6ddb14 #146ddb

Analogous Colors of #db146d

#db146d #db1f14 #db14d1

Monochromatic Colors of #db146d

#db146d

Complementary Color

#db146d #14db82

#db146d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db146d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db146d Color CSS Codes

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

#db146d Text Font Color

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

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


#db146d Background Color

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

This div background color is #db146d


#db146d Border Color

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

This div border color is #db146d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db146d


Comments

No comments written yet.

Please login to write comment.