Color Hex Logo

#da00cc Color Hex

#DA00CC
(218,0,204)
0 Favorites   0 Comments

Color spaces of #da00cc

RGB 2180204
HSL0.841.000.43
HSV304°100°85°
CMYK 0.001.000.06   0.15
XYZ39.812519.265158.7469
Yxy19.26510.33790.1635
Hunter Lab43.892085.0983-48.6318
CIE-Lab50.995985.3325-47.3087

#da00cc color RGB value is (218,0,204).

#da00cc hex color red value is 218, green value is 0 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #da00cc hue: 0.84 , saturation: 1.00 and the lightness value of da00cc is 0.43.

The process color (four color CMYK) of #da00cc color hex is 0.00, 1.00, 0.06, 0.15. Web safe color of #da00cc is #cc00cc. Color #da00cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000000 11001100
Octal 332 0 314
Decimal 218 0 204
Hex DA 0 CC

RGB Percentages of Color #da00cc

%51.66
%0.00
%48.34

CMYK Percentages of Color #da00cc

%0
%100
%6
%15

Triadic Colors of #da00cc

#da00cc #ccda00 #00ccda

Analogous Colors of #da00cc

#da00cc #da005f #7b00da

Monochromatic Colors of #da00cc

#da00cc

Complementary Color

#da00cc #00da0e

#da00cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da00cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da00cc Color CSS Codes

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

#da00cc Text Font Color

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

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


#da00cc Background Color

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

This div background color is #da00cc


#da00cc Border Color

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

This div border color is #da00cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da00cc


Comments

No comments written yet.

Please login to write comment.