Color Hex Logo

#d66dfa Color Hex

#D66DFA
(214,109,250)
0 Favorites   0 Comments

Color spaces of #d66dfa

RGB 214109250
HSL0.790.930.70
HSV285°56°98°
CMYK 0.140.560.00   0.02
XYZ50.455532.135593.9860
Yxy32.13550.28570.1820
Hunter Lab56.688259.6702-58.6179
CIE-Lab63.454762.3721-53.4372

#d66dfa color RGB value is (214,109,250).

#d66dfa hex color red value is 214, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d66dfa hue: 0.79 , saturation: 0.93 and the lightness value of d66dfa is 0.70.

The process color (four color CMYK) of #d66dfa color hex is 0.14, 0.56, 0.00, 0.02. Web safe color of #d66dfa is #cc66ff. Color #d66dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101101 11111010
Octal 326 155 372
Decimal 214 109 250
Hex D6 6D FA

RGB Percentages of Color #d66dfa

%37.35
%19.02
%43.63

CMYK Percentages of Color #d66dfa

%14
%56
%0
%2

Triadic Colors of #d66dfa

#d66dfa #fad66d #6dfad6

Analogous Colors of #d66dfa

#d66dfa #fa6dd8 #906dfa

Monochromatic Colors of #d66dfa

#d66dfa

Complementary Color

#d66dfa #91fa6d

#d66dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66dfa Color CSS Codes

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

#d66dfa Text Font Color

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

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


#d66dfa Background Color

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

This div background color is #d66dfa


#d66dfa Border Color

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

This div border color is #d66dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66dfa


Comments

No comments written yet.

Please login to write comment.