Color Hex Logo

#db44cc Color Hex

#DB44CC
(219,68,204)
0 Favorites   0 Comments

Color spaces of #db44cc

RGB 21968204
HSL0.850.680.56
HSV306°69°86°
CMYK 0.000.690.07   0.14
XYZ42.179623.553959.4500
Yxy23.55390.33690.1882
Hunter Lab48.532470.2032-38.6550
CIE-Lab55.638472.5941-39.9515

#db44cc color RGB value is (219,68,204).

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

The process color (four color CMYK) of #db44cc color hex is 0.00, 0.69, 0.07, 0.14. Web safe color of #db44cc is #cc33cc. Color #db44cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000100 11001100
Octal 333 104 314
Decimal 219 68 204
Hex DB 44 CC

RGB Percentages of Color #db44cc

%44.60
%13.85
%41.55

CMYK Percentages of Color #db44cc

%0
%69
%7
%14

Triadic Colors of #db44cc

#db44cc #ccdb44 #44ccdb

Analogous Colors of #db44cc

#db44cc #db4481 #9f44db

Monochromatic Colors of #db44cc

#db44cc

Complementary Color

#db44cc #44db53

#db44cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db44cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db44cc Color CSS Codes

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

#db44cc Text Font Color

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

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


#db44cc Background Color

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

This div background color is #db44cc


#db44cc Border Color

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

This div border color is #db44cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db44cc


Comments

No comments written yet.

Please login to write comment.