Color Hex Logo

#d66dbd Color Hex

#D66DBD
(214,109,189)
0 Favorites   0 Comments

Color spaces of #d66dbd

RGB 214109189
HSL0.870.560.63
HSV314°49°84°
CMYK 0.000.490.12   0.16
XYZ42.385528.907551.4899
Yxy28.90750.34520.2354
Hunter Lab53.765746.6282-19.1444
CIE-Lab60.699951.3966-23.5767

#d66dbd color RGB value is (214,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101101 10111101
Octal 326 155 275
Decimal 214 109 189
Hex D6 6D BD

RGB Percentages of Color #d66dbd

%41.80
%21.29
%36.91

CMYK Percentages of Color #d66dbd

%0
%49
%12
%16

Triadic Colors of #d66dbd

#d66dbd #bdd66d #6dbdd6

Analogous Colors of #d66dbd

#d66dbd #d66d89 #bb6dd6

Monochromatic Colors of #d66dbd

#d66dbd

Complementary Color

#d66dbd #6dd686

#d66dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66dbd Color CSS Codes

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

#d66dbd Text Font Color

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

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


#d66dbd Background Color

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

This div background color is #d66dbd


#d66dbd Border Color

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

This div border color is #d66dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66dbd


Comments

No comments written yet.

Please login to write comment.