Color Hex Logo

#daa8cd Color Hex

#DAA8CD
(218,168,205)
0 Favorites   0 Comments

Color spaces of #daa8cd

RGB 218168205
HSL0.880.400.76
HSV316°23°85°
CMYK 0.000.230.06   0.15
XYZ53.935547.318564.0483
Yxy47.31850.32630.2863
Hunter Lab68.788419.5781-7.0525
CIE-Lab74.393024.3257-11.7262

#daa8cd color RGB value is (218,168,205).

#daa8cd hex color red value is 218, green value is 168 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #daa8cd hue: 0.88 , saturation: 0.40 and the lightness value of daa8cd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 11001101
Octal 332 250 315
Decimal 218 168 205
Hex DA A8 CD

RGB Percentages of Color #daa8cd

%36.89
%28.43
%34.69

CMYK Percentages of Color #daa8cd

%0
%23
%6
%15

Triadic Colors of #daa8cd

#daa8cd #cddaa8 #a8cdda

Analogous Colors of #daa8cd

#daa8cd #daa8b4 #cea8da

Monochromatic Colors of #daa8cd

#daa8cd

Complementary Color

#daa8cd #a8dab5

#daa8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa8cd Color CSS Codes

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

#daa8cd Text Font Color

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

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


#daa8cd Background Color

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

This div background color is #daa8cd


#daa8cd Border Color

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

This div border color is #daa8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa8cd


Comments

No comments written yet.

Please login to write comment.