Color Hex Logo

#d66cdf Color Hex

#D66CDF
(214,108,223)
0 Favorites   0 Comments

Color spaces of #d66cdf

RGB 214108223
HSL0.820.640.65
HSV295°52°87°
CMYK 0.040.520.00   0.13
XYZ46.413430.349073.2237
Yxy30.34900.30950.2023
Hunter Lab55.089953.9793-40.2433
CIE-Lab61.954257.7265-40.8203

#d66cdf color RGB value is (214,108,223).

#d66cdf hex color red value is 214, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d66cdf hue: 0.82 , saturation: 0.64 and the lightness value of d66cdf is 0.65.

The process color (four color CMYK) of #d66cdf color hex is 0.04, 0.52, 0.00, 0.13. Web safe color of #d66cdf is #cc66cc. Color #d66cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101100 11011111
Octal 326 154 337
Decimal 214 108 223
Hex D6 6C DF

RGB Percentages of Color #d66cdf

%39.27
%19.82
%40.92

CMYK Percentages of Color #d66cdf

%4
%52
%0
%13

Triadic Colors of #d66cdf

#d66cdf #dfd66c #6cdfd6

Analogous Colors of #d66cdf

#d66cdf #df6caf #9d6cdf

Monochromatic Colors of #d66cdf

#d66cdf

Complementary Color

#d66cdf #75df6c

#d66cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66cdf Color CSS Codes

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

#d66cdf Text Font Color

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

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


#d66cdf Background Color

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

This div background color is #d66cdf


#d66cdf Border Color

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

This div border color is #d66cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66cdf


Comments

No comments written yet.

Please login to write comment.