Color Hex Logo

#db427f Color Hex

#DB427F
(219,66,127)
0 Favorites   0 Comments

Color spaces of #db427f

RGB 21966127
HSL0.930.680.56
HSV336°70°86°
CMYK 0.000.700.42   0.14
XYZ34.992420.488822.1891
Yxy20.48880.45050.2638
Hunter Lab45.264658.77902.6207
CIE-Lab52.385463.59160.2113

#db427f color RGB value is (219,66,127).

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

The process color (four color CMYK) of #db427f color hex is 0.00, 0.70, 0.42, 0.14. Web safe color of #db427f is #cc3366. Color #db427f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 01111111
Octal 333 102 177
Decimal 219 66 127
Hex DB 42 7F

RGB Percentages of Color #db427f

%53.16
%16.02
%30.83

CMYK Percentages of Color #db427f

%0
%70
%42
%14

Triadic Colors of #db427f

#db427f #7fdb42 #427fdb

Analogous Colors of #db427f

#db427f #db5242 #db42cc

Monochromatic Colors of #db427f

#db427f

Complementary Color

#db427f #42db9e

#db427f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db427f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db427f Color CSS Codes

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

#db427f Text Font Color

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

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


#db427f Background Color

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

This div background color is #db427f


#db427f Border Color

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

This div border color is #db427f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db427f


Comments

No comments written yet.

Please login to write comment.