Color Hex Logo

#daa6cd Color Hex

#DAA6CD
(218,166,205)
0 Favorites   0 Comments

Color spaces of #daa6cd

RGB 218166205
HSL0.880.410.75
HSV315°24°85°
CMYK 0.000.240.06   0.15
XYZ53.569146.585663.9261
Yxy46.58560.32650.2839
Hunter Lab68.253620.6524-7.7532
CIE-Lab73.923925.4083-12.4284

#daa6cd color RGB value is (218,166,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 11001101
Octal 332 246 315
Decimal 218 166 205
Hex DA A6 CD

RGB Percentages of Color #daa6cd

%37.01
%28.18
%34.80

CMYK Percentages of Color #daa6cd

%0
%24
%6
%15

Triadic Colors of #daa6cd

#daa6cd #cddaa6 #a6cdda

Analogous Colors of #daa6cd

#daa6cd #daa6b3 #cda6da

Monochromatic Colors of #daa6cd

#daa6cd

Complementary Color

#daa6cd #a6dab3

#daa6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa6cd Color CSS Codes

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

#daa6cd Text Font Color

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

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


#daa6cd Background Color

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

This div background color is #daa6cd


#daa6cd Border Color

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

This div border color is #daa6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa6cd


Comments

No comments written yet.

Please login to write comment.