Color Hex Logo

#da80cc Color Hex

#DA80CC
(218,128,204)
0 Favorites   0 Comments

Color spaces of #da80cc

RGB 218128204
HSL0.860.550.68
HSV309°41°85°
CMYK 0.000.410.06   0.15
XYZ47.531734.703461.3200
Yxy34.70340.33110.2417
Hunter Lab58.909640.9324-20.4793
CIE-Lab65.517145.5063-24.6155

#da80cc color RGB value is (218,128,204).

#da80cc hex color red value is 218, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #da80cc hue: 0.86 , saturation: 0.55 and the lightness value of da80cc is 0.68.

The process color (four color CMYK) of #da80cc color hex is 0.00, 0.41, 0.06, 0.15. Web safe color of #da80cc is #cc99cc. Color #da80cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 11001100
Octal 332 200 314
Decimal 218 128 204
Hex DA 80 CC

RGB Percentages of Color #da80cc

%39.64
%23.27
%37.09

CMYK Percentages of Color #da80cc

%0
%41
%6
%15

Triadic Colors of #da80cc

#da80cc #ccda80 #80ccda

Analogous Colors of #da80cc

#da80cc #da809f #bb80da

Monochromatic Colors of #da80cc

#da80cc

Complementary Color

#da80cc #80da8e

#da80cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da80cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da80cc Color CSS Codes

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

#da80cc Text Font Color

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

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


#da80cc Background Color

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

This div background color is #da80cc


#da80cc Border Color

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

This div border color is #da80cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da80cc


Comments

No comments written yet.

Please login to write comment.