Color Hex Logo

#da9cbd Color Hex

#DA9CBD
(218,156,189)
0 Favorites   0 Comments

Color spaces of #da9cbd

RGB 218156189
HSL0.910.460.73
HSV328°28°85°
CMYK 0.000.280.13   0.15
XYZ49.987242.356553.6851
Yxy42.35650.34230.2901
Hunter Lab65.081923.2066-3.3502
CIE-Lab71.116028.0928-7.8015

#da9cbd color RGB value is (218,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011100 10111101
Octal 332 234 275
Decimal 218 156 189
Hex DA 9C BD

RGB Percentages of Color #da9cbd

%38.72
%27.71
%33.57

CMYK Percentages of Color #da9cbd

%0
%28
%13
%15

Triadic Colors of #da9cbd

#da9cbd #bdda9c #9cbdda

Analogous Colors of #da9cbd

#da9cbd #da9c9e #d89cda

Monochromatic Colors of #da9cbd

#da9cbd

Complementary Color

#da9cbd #9cdab9

#da9cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9cbd Color CSS Codes

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

#da9cbd Text Font Color

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

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


#da9cbd Background Color

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

This div background color is #da9cbd


#da9cbd Border Color

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

This div border color is #da9cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9cbd


Comments

No comments written yet.

Please login to write comment.