Color Hex Logo

#da44cc Color Hex

#DA44CC
(218,68,204)
0 Favorites   0 Comments

Color spaces of #da44cc

RGB 21868204
HSL0.850.670.56
HSV306°69°85°
CMYK 0.000.690.06   0.15
XYZ41.879623.399359.4360
Yxy23.39930.33580.1876
Hunter Lab48.372869.8870-38.9890
CIE-Lab55.481372.3648-40.2095

#da44cc color RGB value is (218,68,204).

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

The process color (four color CMYK) of #da44cc color hex is 0.00, 0.69, 0.06, 0.15. Web safe color of #da44cc is #cc33cc. Color #da44cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000100 11001100
Octal 332 104 314
Decimal 218 68 204
Hex DA 44 CC

RGB Percentages of Color #da44cc

%44.49
%13.88
%41.63

CMYK Percentages of Color #da44cc

%0
%69
%6
%15

Triadic Colors of #da44cc

#da44cc #ccda44 #44ccda

Analogous Colors of #da44cc

#da44cc #da4481 #9d44da

Monochromatic Colors of #da44cc

#da44cc

Complementary Color

#da44cc #44da52

#da44cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da44cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da44cc Color CSS Codes

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

#da44cc Text Font Color

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

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


#da44cc Background Color

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

This div background color is #da44cc


#da44cc Border Color

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

This div border color is #da44cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,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 #da44cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da44cc


Comments

No comments written yet.

Please login to write comment.