Color Hex Logo

#daa8bb Color Hex

#DAA8BB
(218,168,187)
0 Favorites   0 Comments

Color spaces of #daa8bb

RGB 218168187
HSL0.940.400.76
HSV337°23°85°
CMYK 0.000.230.14   0.15
XYZ51.885746.498553.2542
Yxy46.49850.34220.3066
Hunter Lab68.189816.48871.4292
CIE-Lab73.867821.2776-2.6331

#daa8bb color RGB value is (218,168,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 10111011
Octal 332 250 273
Decimal 218 168 187
Hex DA A8 BB

RGB Percentages of Color #daa8bb

%38.05
%29.32
%32.64

CMYK Percentages of Color #daa8bb

%0
%23
%14
%15

Triadic Colors of #daa8bb

#daa8bb #bbdaa8 #a8bbda

Analogous Colors of #daa8bb

#daa8bb #daaea8 #daa8d4

Monochromatic Colors of #daa8bb

#daa8bb

Complementary Color

#daa8bb #a8dac7

#daa8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa8bb Color CSS Codes

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

#daa8bb Text Font Color

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

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


#daa8bb Background Color

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

This div background color is #daa8bb


#daa8bb Border Color

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

This div border color is #daa8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa8bb


Comments

No comments written yet.

Please login to write comment.