Color Hex Logo

#daa0b0 Color Hex

#DAA0B0
(218,160,176)
0 Favorites   0 Comments

Color spaces of #daa0b0

RGB 218160176
HSL0.950.440.74
HSV343°27°85°
CMYK 0.000.270.19   0.15
XYZ49.320743.181646.8097
Yxy43.18160.35400.3100
Hunter Lab65.712718.97603.7643
CIE-Lab71.678123.86840.2229

#daa0b0 color RGB value is (218,160,176).

#daa0b0 hex color red value is 218, green value is 160 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #daa0b0 hue: 0.95 , saturation: 0.44 and the lightness value of daa0b0 is 0.74.

The process color (four color CMYK) of #daa0b0 color hex is 0.00, 0.27, 0.19, 0.15. Web safe color of #daa0b0 is #cc9999. Color #daa0b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 10110000
Octal 332 240 260
Decimal 218 160 176
Hex DA A0 B0

RGB Percentages of Color #daa0b0

%39.35
%28.88
%31.77

CMYK Percentages of Color #daa0b0

%0
%27
%19
%15

Triadic Colors of #daa0b0

#daa0b0 #b0daa0 #a0b0da

Analogous Colors of #daa0b0

#daa0b0 #daada0 #daa0cd

Monochromatic Colors of #daa0b0

#daa0b0

Complementary Color

#daa0b0 #a0daca

#daa0b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa0b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa0b0 Color CSS Codes

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

#daa0b0 Text Font Color

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

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


#daa0b0 Background Color

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

This div background color is #daa0b0


#daa0b0 Border Color

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

This div border color is #daa0b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa0b0

#daa0b0 Color Palettes


Comments

No comments written yet.

Please login to write comment.