Color Hex Logo

#db427e Color Hex

#DB427E
(219,66,126)
0 Favorites   0 Comments

Color spaces of #db427e

RGB 21966126
HSL0.930.680.56
HSV336°70°86°
CMYK 0.000.700.42   0.14
XYZ34.927520.462921.8475
Yxy20.46290.45220.2649
Hunter Lab45.235958.66023.0300
CIE-Lab52.356663.49420.7687

#db427e color RGB value is (219,66,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 01111110
Octal 333 102 176
Decimal 219 66 126
Hex DB 42 7E

RGB Percentages of Color #db427e

%53.28
%16.06
%30.66

CMYK Percentages of Color #db427e

%0
%70
%42
%14

Triadic Colors of #db427e

#db427e #7edb42 #427edb

Analogous Colors of #db427e

#db427e #db5342 #db42cb

Monochromatic Colors of #db427e

#db427e

Complementary Color

#db427e #42db9f

#db427e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db427e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db427e Color CSS Codes

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

#db427e Text Font Color

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

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


#db427e Background Color

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

This div background color is #db427e


#db427e Border Color

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

This div border color is #db427e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db427e


Comments

No comments written yet.

Please login to write comment.