color codes Logo

#db426c color codes

#DB426C
(219,66,108)
0 Favorites   0 Comments

Color spaces of #db426c

RGB 21966108
HSL0.950.680.56
HSV344°70°86°
CMYK 0.000.700.51   0.14
XYZ33.868420.039216.2702
Yxy20.03920.48260.2855
Hunter Lab44.765256.71049.7863
CIE-Lab51.881561.884910.9064

#db426c color RGB value is (219,66,108).

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

The process color (four color CMYK) of #db426c color code is 0.00, 0.70, 0.51, 0.14. Web safe color of #db426c is #cc3366. Color #db426c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 01101100
Octal 333 102 154
Decimal 219 66 108
Hex DB 42 6C

RGB Percentages of Color #db426c

%55.73
%16.79
%27.48

CMYK Percentages of Color #db426c

%0
%70
%51
%14

Triadic Colors of #db426c

#db426c #6cdb42 #426cdb

Analogous Colors of #db426c

#db426c #db6542 #db42b9

Monochromatic Colors of #db426c

#db426c

Complementary Color

#db426c #42dbb1

#db426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db426c Color CSS Codes

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

#db426c Text Font Color

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

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


#db426c Background Color

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

This div background color is #db426c


#db426c Border Color

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

This div border color is #db426c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db426c


Comments

No comments written yet.

Please login to write comment.