Color Hex Logo

#d39fff Color Hex

#D39FFF
(211,159,255)
0 Favorites   0 Comments

Color spaces of #d39fff

RGB 211159255
HSL0.761.000.81
HSV273°38°100°
CMYK 0.170.380.00   0.00
XYZ57.312145.8652100.4399
Yxy45.86520.28150.2253
Hunter Lab67.723932.5410-40.5251
CIE-Lab73.458036.8202-40.4529

#d39fff color RGB value is (211,159,255).

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

The process color (four color CMYK) of #d39fff color hex is 0.17, 0.38, 0.00, 0.00. Web safe color of #d39fff is #cc99ff. Color #d39fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011111 11111111
Octal 323 237 377
Decimal 211 159 255
Hex D3 9F FF

RGB Percentages of Color #d39fff

%33.76
%25.44
%40.80

CMYK Percentages of Color #d39fff

%17
%38
%0
%0

Triadic Colors of #d39fff

#d39fff #ffd39f #9fffd3

Analogous Colors of #d39fff

#d39fff #ff9ffb #a39fff

Monochromatic Colors of #d39fff

#d39fff

Complementary Color

#d39fff #cbff9f

#d39fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39fff Color CSS Codes

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

#d39fff Text Font Color

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

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


#d39fff Background Color

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

This div background color is #d39fff


#d39fff Border Color

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

This div border color is #d39fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39fff

#d39fff Color Palettes


Comments

No comments written yet.

Please login to write comment.