Color Hex Logo

#d39aff Color Hex

#D39AFF
(211,154,255)
0 Favorites   0 Comments

Color spaces of #d39aff

RGB 211154255
HSL0.761.000.80
HSV274°40°100°
CMYK 0.170.400.00   0.00
XYZ56.469644.1801100.1591
Yxy44.18010.28120.2200
Hunter Lab66.468135.3298-42.8149
CIE-Lab72.348739.5215-42.1838

#d39aff color RGB value is (211,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011010 11111111
Octal 323 232 377
Decimal 211 154 255
Hex D3 9A FF

RGB Percentages of Color #d39aff

%34.03
%24.84
%41.13

CMYK Percentages of Color #d39aff

%17
%40
%0
%0

Triadic Colors of #d39aff

#d39aff #ffd39a #9affd3

Analogous Colors of #d39aff

#d39aff #ff9af9 #a19aff

Monochromatic Colors of #d39aff

#d39aff

Complementary Color

#d39aff #c6ff9a

#d39aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39aff Color CSS Codes

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

#d39aff Text Font Color

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

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


#d39aff Background Color

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

This div background color is #d39aff


#d39aff Border Color

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

This div border color is #d39aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,154,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 #d39aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39aff

Related Colors

#d39aff Color Palettes


Comments

No comments written yet.

Please login to write comment.