Color Hex Logo

#daa7cf Color Hex

#DAA7CF
(218,167,207)
0 Favorites   0 Comments

Color spaces of #daa7cf

RGB 218167207
HSL0.870.410.75
HSV313°23°85°
CMYK 0.000.230.05   0.15
XYZ53.994647.047965.2668
Yxy47.04790.32470.2829
Hunter Lab68.591520.4785-8.4021
CIE-Lab74.220425.2210-13.0799

#daa7cf color RGB value is (218,167,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 11001111
Octal 332 247 317
Decimal 218 167 207
Hex DA A7 CF

RGB Percentages of Color #daa7cf

%36.82
%28.21
%34.97

CMYK Percentages of Color #daa7cf

%0
%23
%5
%15

Triadic Colors of #daa7cf

#daa7cf #cfdaa7 #a7cfda

Analogous Colors of #daa7cf

#daa7cf #daa7b6 #cca7da

Monochromatic Colors of #daa7cf

#daa7cf

Complementary Color

#daa7cf #a7dab2

#daa7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa7cf Color CSS Codes

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

#daa7cf Text Font Color

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

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


#daa7cf Background Color

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

This div background color is #daa7cf


#daa7cf Border Color

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

This div border color is #daa7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa7cf


Comments

No comments written yet.

Please login to write comment.