Color Hex Logo

#db147a Color Hex

#DB147A
(219,20,122)
0 Favorites   0 Comments

Color spaces of #db147a

RGB 21920122
HSL0.910.830.47
HSV329°91°86°
CMYK 0.000.910.44   0.14
XYZ32.976416.965519.9490
Yxy16.96550.47180.2427
Hunter Lab41.189270.82740.1167
CIE-Lab48.216574.5424-2.8745

#db147a color RGB value is (219,20,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 01111010
Octal 333 24 172
Decimal 219 20 122
Hex DB 14 7A

RGB Percentages of Color #db147a

%60.66
%5.54
%33.80

CMYK Percentages of Color #db147a

%0
%91
%44
%14

Triadic Colors of #db147a

#db147a #7adb14 #147adb

Analogous Colors of #db147a

#db147a #db1417 #d914db

Monochromatic Colors of #db147a

#db147a

Complementary Color

#db147a #14db75

#db147a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db147a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db147a Color CSS Codes

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

#db147a Text Font Color

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

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


#db147a Background Color

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

This div background color is #db147a


#db147a Border Color

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

This div border color is #db147a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db147a


Comments

No comments written yet.

Please login to write comment.