Color Hex Logo

#db459c Color Hex

#DB459C
(219,69,156)
0 Favorites   0 Comments

Color spaces of #db459c

RGB 21969156
HSL0.900.680.56
HSV325°68°86°
CMYK 0.000.680.29   0.14
XYZ37.342321.716633.6761
Yxy21.71660.40270.2342
Hunter Lab46.601161.4835-10.2250
CIE-Lab53.725065.6661-15.0386

#db459c color RGB value is (219,69,156).

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

The process color (four color CMYK) of #db459c color hex is 0.00, 0.68, 0.29, 0.14. Web safe color of #db459c is #cc3399. Color #db459c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 10011100
Octal 333 105 234
Decimal 219 69 156
Hex DB 45 9C

RGB Percentages of Color #db459c

%49.32
%15.54
%35.14

CMYK Percentages of Color #db459c

%0
%68
%29
%14

Triadic Colors of #db459c

#db459c #9cdb45 #459cdb

Analogous Colors of #db459c

#db459c #db4551 #cf45db

Monochromatic Colors of #db459c

#db459c

Complementary Color

#db459c #45db84

#db459c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db459c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db459c Color CSS Codes

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

#db459c Text Font Color

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

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


#db459c Background Color

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

This div background color is #db459c


#db459c Border Color

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

This div border color is #db459c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db459c


Comments

No comments written yet.

Please login to write comment.