Color Hex Logo

#daa0cc Color Hex

#DAA0CC
(218,160,204)
0 Favorites   0 Comments

Color spaces of #daa0cc

RGB 218160204
HSL0.870.440.74
HSV314°27°85°
CMYK 0.000.270.06   0.15
XYZ52.383344.406762.9372
Yxy44.40670.32800.2780
Hunter Lab66.638423.6988-9.3501
CIE-Lab72.499528.4778-14.0162

#daa0cc color RGB value is (218,160,204).

#daa0cc hex color red value is 218, green value is 160 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #daa0cc hue: 0.87 , saturation: 0.44 and the lightness value of daa0cc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 11001100
Octal 332 240 314
Decimal 218 160 204
Hex DA A0 CC

RGB Percentages of Color #daa0cc

%37.46
%27.49
%35.05

CMYK Percentages of Color #daa0cc

%0
%27
%6
%15

Triadic Colors of #daa0cc

#daa0cc #ccdaa0 #a0ccda

Analogous Colors of #daa0cc

#daa0cc #daa0af #cba0da

Monochromatic Colors of #daa0cc

#daa0cc

Complementary Color

#daa0cc #a0daae

#daa0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa0cc Color CSS Codes

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

#daa0cc Text Font Color

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

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


#daa0cc Background Color

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

This div background color is #daa0cc


#daa0cc Border Color

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

This div border color is #daa0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa0cc


Comments

No comments written yet.

Please login to write comment.