Color Hex Logo

#d29bba Color Hex

#D29BBA
(210,155,186)
0 Favorites   0 Comments

Color spaces of #d29bba

RGB 210155186
HSL0.910.380.72
HSV326°26°82°
CMYK 0.000.260.11   0.18
XYZ47.162640.689551.8225
Yxy40.68950.33770.2913
Hunter Lab63.788320.3464-3.5162
CIE-Lab69.957825.3352-7.9495

#d29bba color RGB value is (210,155,186).

#d29bba hex color red value is 210, green value is 155 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d29bba hue: 0.91 , saturation: 0.38 and the lightness value of d29bba is 0.72.

The process color (four color CMYK) of #d29bba color hex is 0.00, 0.26, 0.11, 0.18. Web safe color of #d29bba is #cc99cc. Color #d29bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011011 10111010
Octal 322 233 272
Decimal 210 155 186
Hex D2 9B BA

RGB Percentages of Color #d29bba

%38.11
%28.13
%33.76

CMYK Percentages of Color #d29bba

%0
%26
%11
%18

Triadic Colors of #d29bba

#d29bba #bad29b #9bbad2

Analogous Colors of #d29bba

#d29bba #d29b9f #cf9bd2

Monochromatic Colors of #d29bba

#d29bba

Complementary Color

#d29bba #9bd2b3

#d29bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29bba Color CSS Codes

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

#d29bba Text Font Color

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

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


#d29bba Background Color

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

This div background color is #d29bba


#d29bba Border Color

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

This div border color is #d29bba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,155,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d29bba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d29bba;
  -webkit-box-shadow: 1px 1px 3px 2px #d29bba;
  box-shadow:         1px 1px 3px 2px #d29bba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,155,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29bba

#d29bba Color Palettes


Comments

No comments written yet.

Please login to write comment.