Color Hex Logo

#da9fbc Color Hex

#DA9FBC
(218,159,188)
0 Favorites   0 Comments

Color spaces of #da9fbc

RGB 218159188
HSL0.920.440.74
HSV331°27°85°
CMYK 0.000.270.14   0.15
XYZ50.388743.332553.2852
Yxy43.33250.34280.2948
Hunter Lab65.827421.4378-1.9142
CIE-Lab71.780126.3082-6.2633

#da9fbc color RGB value is (218,159,188).

#da9fbc hex color red value is 218, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #da9fbc hue: 0.92 , saturation: 0.44 and the lightness value of da9fbc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011111 10111100
Octal 332 237 274
Decimal 218 159 188
Hex DA 9F BC

RGB Percentages of Color #da9fbc

%38.58
%28.14
%33.27

CMYK Percentages of Color #da9fbc

%0
%27
%14
%15

Triadic Colors of #da9fbc

#da9fbc #bcda9f #9fbcda

Analogous Colors of #da9fbc

#da9fbc #daa09f #da9fda

Monochromatic Colors of #da9fbc

#da9fbc

Complementary Color

#da9fbc #9fdabd

#da9fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9fbc Color CSS Codes

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

#da9fbc Text Font Color

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

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


#da9fbc Background Color

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

This div background color is #da9fbc


#da9fbc Border Color

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

This div border color is #da9fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,159,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 #da9fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9fbc


Comments

No comments written yet.

Please login to write comment.