Color Hex Logo

#daa7cd Color Hex

#DAA7CD
(218,167,205)
0 Favorites   0 Comments

Color spaces of #daa7cd

RGB 218167205
HSL0.880.410.75
HSV315°23°85°
CMYK 0.000.230.06   0.15
XYZ53.751646.950663.9870
Yxy46.95060.32640.2851
Hunter Lab68.520520.1152-7.4029
CIE-Lab74.158224.8671-12.0777

#daa7cd color RGB value is (218,167,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 11001101
Octal 332 247 315
Decimal 218 167 205
Hex DA A7 CD

RGB Percentages of Color #daa7cd

%36.95
%28.31
%34.75

CMYK Percentages of Color #daa7cd

%0
%23
%6
%15

Triadic Colors of #daa7cd

#daa7cd #cddaa7 #a7cdda

Analogous Colors of #daa7cd

#daa7cd #daa7b4 #cea7da

Monochromatic Colors of #daa7cd

#daa7cd

Complementary Color

#daa7cd #a7dab4

#daa7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa7cd Color CSS Codes

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

#daa7cd Text Font Color

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

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


#daa7cd Background Color

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

This div background color is #daa7cd


#daa7cd Border Color

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

This div border color is #daa7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa7cd


Comments

No comments written yet.

Please login to write comment.