Color Hex Logo

#daa5cd Color Hex

#DAA5CD
(218,165,205)
0 Favorites   0 Comments

Color spaces of #daa5cd

RGB 218165205
HSL0.870.420.75
HSV315°24°85°
CMYK 0.000.240.06   0.15
XYZ53.388046.223563.8658
Yxy46.22350.32660.2828
Hunter Lab67.987921.1897-8.1038
CIE-Lab73.690325.9492-12.7785

#daa5cd color RGB value is (218,165,205).

#daa5cd hex color red value is 218, green value is 165 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #daa5cd hue: 0.87 , saturation: 0.42 and the lightness value of daa5cd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 11001101
Octal 332 245 315
Decimal 218 165 205
Hex DA A5 CD

RGB Percentages of Color #daa5cd

%37.07
%28.06
%34.86

CMYK Percentages of Color #daa5cd

%0
%24
%6
%15

Triadic Colors of #daa5cd

#daa5cd #cddaa5 #a5cdda

Analogous Colors of #daa5cd

#daa5cd #daa5b3 #cda5da

Monochromatic Colors of #daa5cd

#daa5cd

Complementary Color

#daa5cd #a5dab2

#daa5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa5cd Color CSS Codes

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

#daa5cd Text Font Color

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

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


#daa5cd Background Color

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

This div background color is #daa5cd


#daa5cd Border Color

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

This div border color is #daa5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa5cd


Comments

No comments written yet.

Please login to write comment.