Color Hex Logo

#db447c Color Hex

#DB447C
(219,68,124)
0 Favorites   0 Comments

Color spaces of #db447c

RGB 21968124
HSL0.940.680.56
HSV338°69°86°
CMYK 0.000.690.43   0.14
XYZ34.918620.649521.2141
Yxy20.64950.45480.2689
Hunter Lab45.441757.64104.1301
CIE-Lab52.563762.57092.2685

#db447c color RGB value is (219,68,124).

#db447c hex color red value is 219, green value is 68 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #db447c hue: 0.94 , saturation: 0.68 and the lightness value of db447c is 0.56.

The process color (four color CMYK) of #db447c color hex is 0.00, 0.69, 0.43, 0.14. Web safe color of #db447c is #cc3366. Color #db447c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000100 01111100
Octal 333 104 174
Decimal 219 68 124
Hex DB 44 7C

RGB Percentages of Color #db447c

%53.28
%16.55
%30.17

CMYK Percentages of Color #db447c

%0
%69
%43
%14

Triadic Colors of #db447c

#db447c #7cdb44 #447cdb

Analogous Colors of #db447c

#db447c #db5844 #db44c8

Monochromatic Colors of #db447c

#db447c

Complementary Color

#db447c #44dba3

#db447c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db447c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db447c Color CSS Codes

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

#db447c Text Font Color

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

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


#db447c Background Color

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

This div background color is #db447c


#db447c Border Color

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

This div border color is #db447c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db447c


Comments

No comments written yet.

Please login to write comment.