Color Hex Logo

#daa3ce Color Hex

#DAA3CE
(218,163,206)
0 Favorites   0 Comments

Color spaces of #daa3ce

RGB 218163206
HSL0.870.430.75
HSV313°25°85°
CMYK 0.000.250.06   0.15
XYZ53.151245.556064.3843
Yxy45.55600.32590.2793
Hunter Lab67.495222.4488-9.3107
CIE-Lab73.256527.2083-13.9783

#daa3ce color RGB value is (218,163,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 11001110
Octal 332 243 316
Decimal 218 163 206
Hex DA A3 CE

RGB Percentages of Color #daa3ce

%37.14
%27.77
%35.09

CMYK Percentages of Color #daa3ce

%0
%25
%6
%15

Triadic Colors of #daa3ce

#daa3ce #cedaa3 #a3ceda

Analogous Colors of #daa3ce

#daa3ce #daa3b3 #cba3da

Monochromatic Colors of #daa3ce

#daa3ce

Complementary Color

#daa3ce #a3daaf

#daa3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa3ce Color CSS Codes

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

#daa3ce Text Font Color

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

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


#daa3ce Background Color

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

This div background color is #daa3ce


#daa3ce Border Color

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

This div border color is #daa3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa3ce

#daa3ce Color Palettes


Comments

No comments written yet.

Please login to write comment.