Color Hex Logo

#d29dbe Color Hex

#D29DBE
(210,157,190)
0 Favorites   0 Comments

Color spaces of #d29dbe

RGB 210157190
HSL0.900.370.72
HSV323°25°82°
CMYK 0.000.250.10   0.18
XYZ47.929641.533354.2058
Yxy41.53330.33360.2891
Hunter Lab64.446319.9718-4.7564
CIE-Lab70.548024.9259-9.2901

#d29dbe color RGB value is (210,157,190).

#d29dbe hex color red value is 210, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d29dbe hue: 0.90 , saturation: 0.37 and the lightness value of d29dbe is 0.72.

The process color (four color CMYK) of #d29dbe color hex is 0.00, 0.25, 0.10, 0.18. Web safe color of #d29dbe is #cc99cc. Color #d29dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011101 10111110
Octal 322 235 276
Decimal 210 157 190
Hex D2 9D BE

RGB Percentages of Color #d29dbe

%37.70
%28.19
%34.11

CMYK Percentages of Color #d29dbe

%0
%25
%10
%18

Triadic Colors of #d29dbe

#d29dbe #bed29d #9dbed2

Analogous Colors of #d29dbe

#d29dbe #d29da4 #cc9dd2

Monochromatic Colors of #d29dbe

#d29dbe

Complementary Color

#d29dbe #9dd2b1

#d29dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29dbe Color CSS Codes

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

#d29dbe Text Font Color

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

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


#d29dbe Background Color

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

This div background color is #d29dbe


#d29dbe Border Color

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

This div border color is #d29dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29dbe


Comments

No comments written yet.

Please login to write comment.