Color Hex Logo

#db043f Color Hex

#DB043F
(219,4,63)
0 Favorites   0 Comments

Color spaces of #db043f

RGB 219463
HSL0.950.960.44
HSV344°98°86°
CMYK 0.000.980.71   0.14
XYZ30.154015.50586.1062
Yxy15.50580.58250.2995
Hunter Lab39.377467.779318.3702
CIE-Lab46.319372.396230.8933

#db043f color RGB value is (219,4,63).

#db043f hex color red value is 219, green value is 4 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #db043f hue: 0.95 , saturation: 0.96 and the lightness value of db043f is 0.44.

The process color (four color CMYK) of #db043f color hex is 0.00, 0.98, 0.71, 0.14. Web safe color of #db043f is #cc0033. Color #db043f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000100 00111111
Octal 333 4 77
Decimal 219 4 63
Hex DB 4 3F

RGB Percentages of Color #db043f

%76.57
%1.40
%22.03

CMYK Percentages of Color #db043f

%0
%98
%71
%14

Triadic Colors of #db043f

#db043f #3fdb04 #043fdb

Analogous Colors of #db043f

#db043f #db3504 #db04ab

Monochromatic Colors of #db043f

#db043f

Complementary Color

#db043f #04dba0

#db043f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db043f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db043f Color CSS Codes

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

#db043f Text Font Color

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

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


#db043f Background Color

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

This div background color is #db043f


#db043f Border Color

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

This div border color is #db043f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db043f


Comments

No comments written yet.

Please login to write comment.