Color Hex Logo

#d29dde Color Hex

#D29DDE
(210,157,222)
0 Favorites   0 Comments

Color spaces of #d29dde

RGB 210157222
HSL0.800.500.74
HSV289°29°87°
CMYK 0.050.290.00   0.13
XYZ51.820143.089574.6931
Yxy43.08950.30550.2541
Hunter Lab65.642626.0384-21.5148
CIE-Lab71.615730.8129-25.3269

#d29dde color RGB value is (210,157,222).

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

The process color (four color CMYK) of #d29dde color hex is 0.05, 0.29, 0.00, 0.13. Web safe color of #d29dde is #cc99cc. Color #d29dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011101 11011110
Octal 322 235 336
Decimal 210 157 222
Hex D2 9D DE

RGB Percentages of Color #d29dde

%35.65
%26.66
%37.69

CMYK Percentages of Color #d29dde

%5
%29
%0
%13

Triadic Colors of #d29dde

#d29dde #ded29d #9dded2

Analogous Colors of #d29dde

#d29dde #de9dca #b29dde

Monochromatic Colors of #d29dde

#d29dde

Complementary Color

#d29dde #a9de9d

#d29dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29dde Color CSS Codes

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

#d29dde Text Font Color

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

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


#d29dde Background Color

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

This div background color is #d29dde


#d29dde Border Color

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

This div border color is #d29dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29dde


Comments

No comments written yet.

Please login to write comment.