Color Hex Logo

#daa3bb Color Hex

#DAA3BB
(218,163,187)
1 Favorites   0 Comments

Color spaces of #daa3bb

RGB 218163187
HSL0.930.430.75
HSV334°25°85°
CMYK 0.000.250.14   0.15
XYZ50.980344.687752.9523
Yxy44.68770.34300.3007
Hunter Lab66.848919.1422-0.1706
CIE-Lab72.685823.9818-4.3728

#daa3bb color RGB value is (218,163,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 10111011
Octal 332 243 273
Decimal 218 163 187
Hex DA A3 BB

RGB Percentages of Color #daa3bb

%38.38
%28.70
%32.92

CMYK Percentages of Color #daa3bb

%0
%25
%14
%15

Triadic Colors of #daa3bb

#daa3bb #bbdaa3 #a3bbda

Analogous Colors of #daa3bb

#daa3bb #daa7a3 #daa3d7

Monochromatic Colors of #daa3bb

#daa3bb

Complementary Color

#daa3bb #a3dac2

#daa3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa3bb Color CSS Codes

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

#daa3bb Text Font Color

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

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


#daa3bb Background Color

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

This div background color is #daa3bb


#daa3bb Border Color

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

This div border color is #daa3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa3bb


Comments

No comments written yet.

Please login to write comment.