Color Hex Logo

#da9cbc Color Hex

#DA9CBC
(218,156,188)
0 Favorites   0 Comments

Color spaces of #da9cbc

RGB 218156188
HSL0.910.460.73
HSV329°28°85°
CMYK 0.000.280.14   0.15
XYZ49.879042.313253.1153
Yxy42.31320.34330.2912
Hunter Lab65.048623.0380-2.8791
CIE-Lab71.086327.9294-7.2917

#da9cbc color RGB value is (218,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011100 10111100
Octal 332 234 274
Decimal 218 156 188
Hex DA 9C BC

RGB Percentages of Color #da9cbc

%38.79
%27.76
%33.45

CMYK Percentages of Color #da9cbc

%0
%28
%14
%15

Triadic Colors of #da9cbc

#da9cbc #bcda9c #9cbcda

Analogous Colors of #da9cbc

#da9cbc #da9c9d #d99cda

Monochromatic Colors of #da9cbc

#da9cbc

Complementary Color

#da9cbc #9cdaba

#da9cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9cbc Color CSS Codes

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

#da9cbc Text Font Color

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

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


#da9cbc Background Color

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

This div background color is #da9cbc


#da9cbc Border Color

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

This div border color is #da9cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9cbc


Comments

No comments written yet.

Please login to write comment.