Color Hex Logo

#d39cd6 Color Hex

#D39CD6
(211,156,214)
0 Favorites   0 Comments

Color spaces of #d39cd6

RGB 211156214
HSL0.820.410.73
HSV297°27°84°
CMYK 0.010.270.00   0.16
XYZ50.890042.480969.1358
Yxy42.48090.31320.2614
Hunter Lab65.177425.3110-17.2667
CIE-Lab71.201230.1408-21.5538

#d39cd6 color RGB value is (211,156,214).

#d39cd6 hex color red value is 211, green value is 156 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #d39cd6 hue: 0.82 , saturation: 0.41 and the lightness value of d39cd6 is 0.73.

The process color (four color CMYK) of #d39cd6 color hex is 0.01, 0.27, 0.00, 0.16. Web safe color of #d39cd6 is #cc99cc. Color #d39cd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011100 11010110
Octal 323 234 326
Decimal 211 156 214
Hex D3 9C D6

RGB Percentages of Color #d39cd6

%36.32
%26.85
%36.83

CMYK Percentages of Color #d39cd6

%1
%27
%0
%16

Triadic Colors of #d39cd6

#d39cd6 #d6d39c #9cd6d3

Analogous Colors of #d39cd6

#d39cd6 #d69cbc #b69cd6

Monochromatic Colors of #d39cd6

#d39cd6

Complementary Color

#d39cd6 #9fd69c

#d39cd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39cd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39cd6 Color CSS Codes

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

#d39cd6 Text Font Color

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

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


#d39cd6 Background Color

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

This div background color is #d39cd6


#d39cd6 Border Color

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

This div border color is #d39cd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39cd6


Comments

No comments written yet.

Please login to write comment.