Color Hex Logo

#daa3b8 Color Hex

#DAA3B8
(218,163,184)
0 Favorites   0 Comments

Color spaces of #daa3b8

RGB 218163184
HSL0.940.430.75
HSV337°25°85°
CMYK 0.000.250.16   0.15
XYZ50.662444.560551.2782
Yxy44.56050.34580.3042
Hunter Lab66.753718.65291.1827
CIE-Lab72.601623.4987-2.8427

#daa3b8 color RGB value is (218,163,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 10111000
Octal 332 243 270
Decimal 218 163 184
Hex DA A3 B8

RGB Percentages of Color #daa3b8

%38.58
%28.85
%32.57

CMYK Percentages of Color #daa3b8

%0
%25
%16
%15

Triadic Colors of #daa3b8

#daa3b8 #b8daa3 #a3b8da

Analogous Colors of #daa3b8

#daa3b8 #daaaa3 #daa3d4

Monochromatic Colors of #daa3b8

#daa3b8

Complementary Color

#daa3b8 #a3dac5

#daa3b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa3b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa3b8 Color CSS Codes

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

#daa3b8 Text Font Color

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

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


#daa3b8 Background Color

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

This div background color is #daa3b8


#daa3b8 Border Color

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

This div border color is #daa3b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa3b8


Comments

No comments written yet.

Please login to write comment.