Color Hex Logo

#d39fdc Color Hex

#D39FDC
(211,159,220)
0 Favorites   0 Comments

Color spaces of #d39fdc

RGB 211159220
HSL0.810.470.74
HSV291°28°86°
CMYK 0.040.280.00   0.14
XYZ52.180443.812573.4166
Yxy43.81250.30800.2586
Hunter Lab66.191024.8827-19.4285
CIE-Lab72.103029.6569-23.4761

#d39fdc color RGB value is (211,159,220).

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

The process color (four color CMYK) of #d39fdc color hex is 0.04, 0.28, 0.00, 0.14. Web safe color of #d39fdc is #cc99cc. Color #d39fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011111 11011100
Octal 323 237 334
Decimal 211 159 220
Hex D3 9F DC

RGB Percentages of Color #d39fdc

%35.76
%26.95
%37.29

CMYK Percentages of Color #d39fdc

%4
%28
%0
%14

Triadic Colors of #d39fdc

#d39fdc #dcd39f #9fdcd3

Analogous Colors of #d39fdc

#d39fdc #dc9fc7 #b59fdc

Monochromatic Colors of #d39fdc

#d39fdc

Complementary Color

#d39fdc #a8dc9f

#d39fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39fdc Color CSS Codes

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

#d39fdc Text Font Color

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

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


#d39fdc Background Color

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

This div background color is #d39fdc


#d39fdc Border Color

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

This div border color is #d39fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39fdc


Comments

No comments written yet.

Please login to write comment.