Color Hex Logo

#d39ddd Color Hex

#D39DDD
(211,157,221)
0 Favorites   0 Comments

Color spaces of #d39ddd

RGB 211157221
HSL0.810.480.74
HSV291°29°87°
CMYK 0.050.290.00   0.13
XYZ51.972143.183374.0026
Yxy43.18330.30720.2553
Hunter Lab65.714026.1731-20.7685
CIE-Lab71.679230.9380-24.6722

#d39ddd color RGB value is (211,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011101 11011101
Octal 323 235 335
Decimal 211 157 221
Hex D3 9D DD

RGB Percentages of Color #d39ddd

%35.82
%26.66
%37.52

CMYK Percentages of Color #d39ddd

%5
%29
%0
%13

Triadic Colors of #d39ddd

#d39ddd #ddd39d #9dddd3

Analogous Colors of #d39ddd

#d39ddd #dd9dc7 #b39ddd

Monochromatic Colors of #d39ddd

#d39ddd

Complementary Color

#d39ddd #a7dd9d

#d39ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39ddd Color CSS Codes

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

#d39ddd Text Font Color

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

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


#d39ddd Background Color

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

This div background color is #d39ddd


#d39ddd Border Color

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

This div border color is #d39ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39ddd


Comments

No comments written yet.

Please login to write comment.