Color Hex Logo

#d39cde Color Hex

#D39CDE
(211,156,222)
0 Favorites   0 Comments

Color spaces of #d39cde

RGB 211156222
HSL0.810.500.74
HSV290°30°87°
CMYK 0.050.300.00   0.13
XYZ51.937342.899774.6503
Yxy42.89970.30640.2531
Hunter Lab65.497926.9224-21.7265
CIE-Lab71.486831.6759-25.5154

#d39cde color RGB value is (211,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011100 11011110
Octal 323 234 336
Decimal 211 156 222
Hex D3 9C DE

RGB Percentages of Color #d39cde

%35.82
%26.49
%37.69

CMYK Percentages of Color #d39cde

%5
%30
%0
%13

Triadic Colors of #d39cde

#d39cde #ded39c #9cded3

Analogous Colors of #d39cde

#d39cde #de9cc8 #b29cde

Monochromatic Colors of #d39cde

#d39cde

Complementary Color

#d39cde #a7de9c

#d39cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39cde Color CSS Codes

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

#d39cde Text Font Color

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

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


#d39cde Background Color

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

This div background color is #d39cde


#d39cde Border Color

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

This div border color is #d39cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,156,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 #d39cde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39cde


Comments

No comments written yet.

Please login to write comment.