Color Hex Logo

#da80dc Color Hex

#DA80DC
(218,128,220)
0 Favorites   0 Comments

Color spaces of #da80dc

RGB 218128220
HSL0.830.570.68
HSV299°42°86°
CMYK 0.010.420.00   0.14
XYZ49.550935.511171.9529
Yxy35.51110.31560.2262
Hunter Lab59.591244.1406-29.8754
CIE-Lab66.144748.3434-32.5758

#da80dc color RGB value is (218,128,220).

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

The process color (four color CMYK) of #da80dc color hex is 0.01, 0.42, 0.00, 0.14. Web safe color of #da80dc is #cc99cc. Color #da80dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 11011100
Octal 332 200 334
Decimal 218 128 220
Hex DA 80 DC

RGB Percentages of Color #da80dc

%38.52
%22.61
%38.87

CMYK Percentages of Color #da80dc

%1
%42
%0
%14

Triadic Colors of #da80dc

#da80dc #dcda80 #80dcda

Analogous Colors of #da80dc

#da80dc #dc80b0 #ac80dc

Monochromatic Colors of #da80dc

#da80dc

Complementary Color

#da80dc #82dc80

#da80dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da80dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da80dc Color CSS Codes

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

#da80dc Text Font Color

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

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


#da80dc Background Color

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

This div background color is #da80dc


#da80dc Border Color

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

This div border color is #da80dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,128,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da80dc


Comments

No comments written yet.

Please login to write comment.