Color Hex Logo

#d29ddb Color Hex

#D29DDB
(210,157,219)
0 Favorites   0 Comments

Color spaces of #d29ddb

RGB 210157219
HSL0.810.460.74
HSV291°28°86°
CMYK 0.040.280.00   0.14
XYZ51.421542.930172.5940
Yxy42.93010.30800.2572
Hunter Lab65.521125.4265-19.8256
CIE-Lab71.507530.2291-23.8454

#d29ddb color RGB value is (210,157,219).

#d29ddb hex color red value is 210, green value is 157 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d29ddb hue: 0.81 , saturation: 0.46 and the lightness value of d29ddb is 0.74.

The process color (four color CMYK) of #d29ddb color hex is 0.04, 0.28, 0.00, 0.14. Web safe color of #d29ddb is #cc99cc. Color #d29ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011101 11011011
Octal 322 235 333
Decimal 210 157 219
Hex D2 9D DB

RGB Percentages of Color #d29ddb

%35.84
%26.79
%37.37

CMYK Percentages of Color #d29ddb

%4
%28
%0
%14

Triadic Colors of #d29ddb

#d29ddb #dbd29d #9ddbd2

Analogous Colors of #d29ddb

#d29ddb #db9dc5 #b39ddb

Monochromatic Colors of #d29ddb

#d29ddb

Complementary Color

#d29ddb #a6db9d

#d29ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29ddb Color CSS Codes

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

#d29ddb Text Font Color

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

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


#d29ddb Background Color

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

This div background color is #d29ddb


#d29ddb Border Color

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

This div border color is #d29ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29ddb


Comments

No comments written yet.

Please login to write comment.