Color Hex Logo

#d39cce Color Hex

#D39CCE
(211,156,206)
0 Favorites   0 Comments

Color spaces of #d39cce

RGB 211156206
HSL0.850.380.72
HSV305°26°83°
CMYK 0.000.260.02   0.17
XYZ49.893042.082063.8855
Yxy42.08200.32010.2700
Hunter Lab64.870623.7635-12.9802
CIE-Lab70.927428.6520-17.5593

#d39cce color RGB value is (211,156,206).

#d39cce hex color red value is 211, green value is 156 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d39cce hue: 0.85 , saturation: 0.38 and the lightness value of d39cce is 0.72.

The process color (four color CMYK) of #d39cce color hex is 0.00, 0.26, 0.02, 0.17. Web safe color of #d39cce is #cc99cc. Color #d39cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011100 11001110
Octal 323 234 316
Decimal 211 156 206
Hex D3 9C CE

RGB Percentages of Color #d39cce

%36.82
%27.23
%35.95

CMYK Percentages of Color #d39cce

%0
%26
%2
%17

Triadic Colors of #d39cce

#d39cce #ced39c #9cced3

Analogous Colors of #d39cce

#d39cce #d39cb3 #bd9cd3

Monochromatic Colors of #d39cce

#d39cce

Complementary Color

#d39cce #9cd3a1

#d39cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39cce Color CSS Codes

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

#d39cce Text Font Color

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

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


#d39cce Background Color

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

This div background color is #d39cce


#d39cce Border Color

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

This div border color is #d39cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39cce


Comments

No comments written yet.

Please login to write comment.