Color Hex Logo

#da99bb Color Hex

#DA99BB
(218,153,187)
0 Favorites   0 Comments

Color spaces of #da99bb

RGB 218153187
HSL0.910.470.73
HSV329°30°85°
CMYK 0.000.300.14   0.15
XYZ49.274341.275752.3837
Yxy41.27570.34470.2888
Hunter Lab64.246224.4717-3.3703
CIE-Lab70.368729.3864-7.8029

#da99bb color RGB value is (218,153,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 10111011
Octal 332 231 273
Decimal 218 153 187
Hex DA 99 BB

RGB Percentages of Color #da99bb

%39.07
%27.42
%33.51

CMYK Percentages of Color #da99bb

%0
%30
%14
%15

Triadic Colors of #da99bb

#da99bb #bbda99 #99bbda

Analogous Colors of #da99bb

#da99bb #da999b #d999da

Monochromatic Colors of #da99bb

#da99bb

Complementary Color

#da99bb #99dab8

#da99bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da99bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da99bb Color CSS Codes

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

#da99bb Text Font Color

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

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


#da99bb Background Color

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

This div background color is #da99bb


#da99bb Border Color

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

This div border color is #da99bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da99bb


Comments

No comments written yet.

Please login to write comment.