Color Hex Logo

#daa4ce Color Hex

#DAA4CE
(218,164,206)
0 Favorites   0 Comments

Color spaces of #daa4ce

RGB 218164206
HSL0.870.420.75
HSV313°25°85°
CMYK 0.000.250.06   0.15
XYZ53.329545.912664.4438
Yxy45.91260.32580.2805
Hunter Lab67.758821.9102-8.9581
CIE-Lab73.488826.6671-13.6295

#daa4ce color RGB value is (218,164,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 11001110
Octal 332 244 316
Decimal 218 164 206
Hex DA A4 CE

RGB Percentages of Color #daa4ce

%37.07
%27.89
%35.03

CMYK Percentages of Color #daa4ce

%0
%25
%6
%15

Triadic Colors of #daa4ce

#daa4ce #cedaa4 #a4ceda

Analogous Colors of #daa4ce

#daa4ce #daa4b3 #cba4da

Monochromatic Colors of #daa4ce

#daa4ce

Complementary Color

#daa4ce #a4dab0

#daa4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa4ce Color CSS Codes

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

#daa4ce Text Font Color

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

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


#daa4ce Background Color

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

This div background color is #daa4ce


#daa4ce Border Color

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

This div border color is #daa4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa4ce


Comments

No comments written yet.

Please login to write comment.