Color Hex Logo

#db146f Color Hex

#DB146F
(219,20,111)
0 Favorites   0 Comments

Color spaces of #db146f

RGB 21920111
HSL0.920.830.47
HSV333°91°86°
CMYK 0.000.910.49   0.14
XYZ32.332816.708116.5598
Yxy16.70810.49290.2547
Hunter Lab40.875569.66244.5929
CIE-Lab47.890173.64873.3987

#db146f color RGB value is (219,20,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 01101111
Octal 333 24 157
Decimal 219 20 111
Hex DB 14 6F

RGB Percentages of Color #db146f

%62.57
%5.71
%31.71

CMYK Percentages of Color #db146f

%0
%91
%49
%14

Triadic Colors of #db146f

#db146f #6fdb14 #146fdb

Analogous Colors of #db146f

#db146f #db1d14 #db14d3

Monochromatic Colors of #db146f

#db146f

Complementary Color

#db146f #14db80

#db146f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db146f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db146f Color CSS Codes

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

#db146f Text Font Color

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

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


#db146f Background Color

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

This div background color is #db146f


#db146f Border Color

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

This div border color is #db146f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db146f


Comments

No comments written yet.

Please login to write comment.