Color Hex Logo

#d66dcd Color Hex

#D66DCD
(214,109,205)
0 Favorites   0 Comments

Color spaces of #d66dcd

RGB 214109205
HSL0.850.560.63
HSV305°49°84°
CMYK 0.000.490.04   0.16
XYZ44.219629.641261.1483
Yxy29.64120.32750.2195
Hunter Lab54.443749.7025-28.4808
CIE-Lab61.343454.0553-31.6572

#d66dcd color RGB value is (214,109,205).

#d66dcd hex color red value is 214, green value is 109 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d66dcd hue: 0.85 , saturation: 0.56 and the lightness value of d66dcd is 0.63.

The process color (four color CMYK) of #d66dcd color hex is 0.00, 0.49, 0.04, 0.16. Web safe color of #d66dcd is #cc66cc. Color #d66dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101101 11001101
Octal 326 155 315
Decimal 214 109 205
Hex D6 6D CD

RGB Percentages of Color #d66dcd

%40.53
%20.64
%38.83

CMYK Percentages of Color #d66dcd

%0
%49
%4
%16

Triadic Colors of #d66dcd

#d66dcd #cdd66d #6dcdd6

Analogous Colors of #d66dcd

#d66dcd #d66d99 #ab6dd6

Monochromatic Colors of #d66dcd

#d66dcd

Complementary Color

#d66dcd #6dd676

#d66dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66dcd Color CSS Codes

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

#d66dcd Text Font Color

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

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


#d66dcd Background Color

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

This div background color is #d66dcd


#d66dcd Border Color

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

This div border color is #d66dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66dcd

#d66dcd Color Palettes


Comments

No comments written yet.

Please login to write comment.