Color Hex Logo

#db407c Color Hex

#DB407C
(219,64,124)
0 Favorites   0 Comments

Color spaces of #db407c

RGB 21964124
HSL0.940.680.55
HSV337°71°86°
CMYK 0.000.710.43   0.14
XYZ34.684920.182121.1362
Yxy20.18210.45640.2655
Hunter Lab44.924559.19683.5522
CIE-Lab52.042564.01701.5118

#db407c color RGB value is (219,64,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000000 01111100
Octal 333 100 174
Decimal 219 64 124
Hex DB 40 7C

RGB Percentages of Color #db407c

%53.81
%15.72
%30.47

CMYK Percentages of Color #db407c

%0
%71
%43
%14

Triadic Colors of #db407c

#db407c #7cdb40 #407cdb

Analogous Colors of #db407c

#db407c #db5240 #db40ca

Monochromatic Colors of #db407c

#db407c

Complementary Color

#db407c #40db9f

#db407c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db407c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db407c Color CSS Codes

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

#db407c Text Font Color

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

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


#db407c Background Color

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

This div background color is #db407c


#db407c Border Color

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

This div border color is #db407c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,64,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 #db407c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db407c


Comments

No comments written yet.

Please login to write comment.