Color Hex Logo

#d66ddb Color Hex

#D66DDB
(214,109,219)
0 Favorites   0 Comments

Color spaces of #d66ddb

RGB 214109219
HSL0.830.600.64
HSV297°50°86°
CMYK 0.020.500.00   0.14
XYZ45.986430.347970.4518
Yxy30.34790.31330.2067
Hunter Lab55.088952.6002-37.2622
CIE-Lab61.953256.5193-38.5824

#d66ddb color RGB value is (214,109,219).

#d66ddb hex color red value is 214, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d66ddb hue: 0.83 , saturation: 0.60 and the lightness value of d66ddb is 0.64.

The process color (four color CMYK) of #d66ddb color hex is 0.02, 0.50, 0.00, 0.14. Web safe color of #d66ddb is #cc66cc. Color #d66ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101101 11011011
Octal 326 155 333
Decimal 214 109 219
Hex D6 6D DB

RGB Percentages of Color #d66ddb

%39.48
%20.11
%40.41

CMYK Percentages of Color #d66ddb

%2
%50
%0
%14

Triadic Colors of #d66ddb

#d66ddb #dbd66d #6ddbd6

Analogous Colors of #d66ddb

#d66ddb #db6da9 #9f6ddb

Monochromatic Colors of #d66ddb

#d66ddb

Complementary Color

#d66ddb #72db6d

#d66ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66ddb Color CSS Codes

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

#d66ddb Text Font Color

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

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


#d66ddb Background Color

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

This div background color is #d66ddb


#d66ddb Border Color

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

This div border color is #d66ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66ddb


Comments

No comments written yet.

Please login to write comment.