Color Hex Logo

#da9caf Color Hex

#DA9CAF
(218,156,175)
0 Favorites   0 Comments

Color spaces of #da9caf

RGB 218156175
HSL0.950.460.73
HSV342°28°85°
CMYK 0.000.280.20   0.15
XYZ48.539841.777546.0630
Yxy41.77750.35590.3063
Hunter Lab64.635520.93732.9914
CIE-Lab70.717225.8780-0.6267

#da9caf color RGB value is (218,156,175).

#da9caf hex color red value is 218, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #da9caf hue: 0.95 , saturation: 0.46 and the lightness value of da9caf is 0.73.

The process color (four color CMYK) of #da9caf color hex is 0.00, 0.28, 0.20, 0.15. Web safe color of #da9caf is #cc9999. Color #da9caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011100 10101111
Octal 332 234 257
Decimal 218 156 175
Hex DA 9C AF

RGB Percentages of Color #da9caf

%39.71
%28.42
%31.88

CMYK Percentages of Color #da9caf

%0
%28
%20
%15

Triadic Colors of #da9caf

#da9caf #afda9c #9cafda

Analogous Colors of #da9caf

#da9caf #daa89c #da9cce

Monochromatic Colors of #da9caf

#da9caf

Complementary Color

#da9caf #9cdac7

#da9caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9caf Color CSS Codes

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

#da9caf Text Font Color

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

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


#da9caf Background Color

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

This div background color is #da9caf


#da9caf Border Color

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

This div border color is #da9caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9caf


Comments

No comments written yet.

Please login to write comment.