Color Hex Logo

#d66edf Color Hex

#D66EDF
(214,110,223)
0 Favorites   0 Comments

Color spaces of #d66edf

RGB 214110223
HSL0.820.640.65
HSV295°51°87°
CMYK 0.040.510.00   0.13
XYZ46.626830.775773.2948
Yxy30.77570.30940.2042
Hunter Lab55.475952.9444-39.5010
CIE-Lab62.317856.7616-40.2501

#d66edf color RGB value is (214,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101110 11011111
Octal 326 156 337
Decimal 214 110 223
Hex D6 6E DF

RGB Percentages of Color #d66edf

%39.12
%20.11
%40.77

CMYK Percentages of Color #d66edf

%4
%51
%0
%13

Triadic Colors of #d66edf

#d66edf #dfd66e #6edfd6

Analogous Colors of #d66edf

#d66edf #df6eb0 #9e6edf

Monochromatic Colors of #d66edf

#d66edf

Complementary Color

#d66edf #77df6e

#d66edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66edf Color CSS Codes

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

#d66edf Text Font Color

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

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


#d66edf Background Color

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

This div background color is #d66edf


#d66edf Border Color

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

This div border color is #d66edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,110,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 #d66edf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66edf


Comments

No comments written yet.

Please login to write comment.