Color Hex Logo

#daa7ba Color Hex

#DAA7BA
(218,167,186)
0 Favorites   0 Comments

Color spaces of #daa7ba

RGB 218167186
HSL0.940.410.75
HSV338°23°85°
CMYK 0.000.230.15   0.15
XYZ51.595146.088052.6309
Yxy46.08800.34320.3066
Hunter Lab67.888116.85601.5566
CIE-Lab73.602621.6565-2.4732

#daa7ba color RGB value is (218,167,186).

#daa7ba hex color red value is 218, green value is 167 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #daa7ba hue: 0.94 , saturation: 0.41 and the lightness value of daa7ba is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 10111010
Octal 332 247 272
Decimal 218 167 186
Hex DA A7 BA

RGB Percentages of Color #daa7ba

%38.18
%29.25
%32.57

CMYK Percentages of Color #daa7ba

%0
%23
%15
%15

Triadic Colors of #daa7ba

#daa7ba #badaa7 #a7bada

Analogous Colors of #daa7ba

#daa7ba #daaea7 #daa7d4

Monochromatic Colors of #daa7ba

#daa7ba

Complementary Color

#daa7ba #a7dac7

#daa7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa7ba Color CSS Codes

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

#daa7ba Text Font Color

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

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


#daa7ba Background Color

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

This div background color is #daa7ba


#daa7ba Border Color

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

This div border color is #daa7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa7ba


Comments

No comments written yet.

Please login to write comment.