Color Hex Logo

#daa5be Color Hex

#DAA5BE
(218,165,190)
0 Favorites   0 Comments

Color spaces of #daa5be

RGB 218165190
HSL0.920.420.75
HSV332°24°85°
CMYK 0.000.240.13   0.15
XYZ51.662845.533454.7811
Yxy45.53340.33990.2996
Hunter Lab67.478418.5758-0.8986
CIE-Lab73.241723.3903-5.2044

#daa5be color RGB value is (218,165,190).

#daa5be hex color red value is 218, green value is 165 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #daa5be hue: 0.92 , saturation: 0.42 and the lightness value of daa5be is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 10111110
Octal 332 245 276
Decimal 218 165 190
Hex DA A5 BE

RGB Percentages of Color #daa5be

%38.05
%28.80
%33.16

CMYK Percentages of Color #daa5be

%0
%24
%13
%15

Triadic Colors of #daa5be

#daa5be #bedaa5 #a5beda

Analogous Colors of #daa5be

#daa5be #daa7a5 #daa5d9

Monochromatic Colors of #daa5be

#daa5be

Complementary Color

#daa5be #a5dac1

#daa5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa5be Color CSS Codes

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

#daa5be Text Font Color

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

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


#daa5be Background Color

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

This div background color is #daa5be


#daa5be Border Color

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

This div border color is #daa5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa5be


Comments

No comments written yet.

Please login to write comment.