Color Hex Logo

#db145e Color Hex

#DB145E
(219,20,94)
0 Favorites   0 Comments

Color spaces of #db145e

RGB 2192094
HSL0.940.830.47
HSV338°91°86°
CMYK 0.000.910.57   0.14
XYZ31.484016.368512.0897
Yxy16.36850.52520.2731
Hunter Lab40.458068.105410.6035
CIE-Lab47.454372.445913.2763

#db145e color RGB value is (219,20,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 01011110
Octal 333 24 136
Decimal 219 20 94
Hex DB 14 5E

RGB Percentages of Color #db145e

%65.77
%6.01
%28.23

CMYK Percentages of Color #db145e

%0
%91
%57
%14

Triadic Colors of #db145e

#db145e #5edb14 #145edb

Analogous Colors of #db145e

#db145e #db2e14 #db14c2

Monochromatic Colors of #db145e

#db145e

Complementary Color

#db145e #14db91

#db145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db145e Color CSS Codes

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

#db145e Text Font Color

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

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


#db145e Background Color

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

This div background color is #db145e


#db145e Border Color

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

This div border color is #db145e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db145e


Comments

No comments written yet.

Please login to write comment.