Color Hex Logo

#d39fd8 Color Hex

#D39FD8
(211,159,216)
0 Favorites   0 Comments

Color spaces of #d39fd8

RGB 211159216
HSL0.820.420.74
HSV295°26°85°
CMYK 0.020.260.00   0.15
XYZ51.656843.603070.6594
Yxy43.60300.31130.2628
Hunter Lab66.032624.0823-17.2216
CIE-Lab71.962328.8891-21.4951

#d39fd8 color RGB value is (211,159,216).

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

The process color (four color CMYK) of #d39fd8 color hex is 0.02, 0.26, 0.00, 0.15. Web safe color of #d39fd8 is #cc99cc. Color #d39fd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011111 11011000
Octal 323 237 330
Decimal 211 159 216
Hex D3 9F D8

RGB Percentages of Color #d39fd8

%36.01
%27.13
%36.86

CMYK Percentages of Color #d39fd8

%2
%26
%0
%15

Triadic Colors of #d39fd8

#d39fd8 #d8d39f #9fd8d3

Analogous Colors of #d39fd8

#d39fd8 #d89fc1 #b79fd8

Monochromatic Colors of #d39fd8

#d39fd8

Complementary Color

#d39fd8 #a4d89f

#d39fd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39fd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39fd8 Color CSS Codes

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

#d39fd8 Text Font Color

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

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


#d39fd8 Background Color

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

This div background color is #d39fd8


#d39fd8 Border Color

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

This div border color is #d39fd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39fd8


Comments

No comments written yet.

Please login to write comment.