Color Hex Logo

#daa9cb Color Hex

#DAA9CB
(218,169,203)
0 Favorites   0 Comments

Color spaces of #daa9cb

RGB 218169203
HSL0.880.400.76
HSV318°22°85°
CMYK 0.000.220.07   0.15
XYZ53.880947.593262.8465
Yxy47.59320.32790.2896
Hunter Lab68.987818.6835-5.7205
CIE-Lab74.567623.4334-10.3704

#daa9cb color RGB value is (218,169,203).

#daa9cb hex color red value is 218, green value is 169 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #daa9cb hue: 0.88 , saturation: 0.40 and the lightness value of daa9cb is 0.76.

The process color (four color CMYK) of #daa9cb color hex is 0.00, 0.22, 0.07, 0.15. Web safe color of #daa9cb is #cc99cc. Color #daa9cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 11001011
Octal 332 251 313
Decimal 218 169 203
Hex DA A9 CB

RGB Percentages of Color #daa9cb

%36.95
%28.64
%34.41

CMYK Percentages of Color #daa9cb

%0
%22
%7
%15

Triadic Colors of #daa9cb

#daa9cb #cbdaa9 #a9cbda

Analogous Colors of #daa9cb

#daa9cb #daa9b3 #d1a9da

Monochromatic Colors of #daa9cb

#daa9cb

Complementary Color

#daa9cb #a9dab8

#daa9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa9cb Color CSS Codes

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

#daa9cb Text Font Color

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

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


#daa9cb Background Color

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

This div background color is #daa9cb


#daa9cb Border Color

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

This div border color is #daa9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa9cb


Comments

No comments written yet.

Please login to write comment.