Color Hex Logo

#d66dee Color Hex

#D66DEE
(214,109,238)
0 Favorites   0 Comments

Color spaces of #d66dee

RGB 214109238
HSL0.800.790.68
HSV289°54°93°
CMYK 0.100.540.00   0.07
XYZ48.632831.406584.3877
Yxy31.40650.29580.1910
Hunter Lab56.041556.8296-50.0503
CIE-Lab62.849360.0467-47.7644

#d66dee color RGB value is (214,109,238).

#d66dee hex color red value is 214, green value is 109 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d66dee hue: 0.80 , saturation: 0.79 and the lightness value of d66dee is 0.68.

The process color (four color CMYK) of #d66dee color hex is 0.10, 0.54, 0.00, 0.07. Web safe color of #d66dee is #cc66ff. Color #d66dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101101 11101110
Octal 326 155 356
Decimal 214 109 238
Hex D6 6D EE

RGB Percentages of Color #d66dee

%38.15
%19.43
%42.42

CMYK Percentages of Color #d66dee

%10
%54
%0
%7

Triadic Colors of #d66dee

#d66dee #eed66d #6deed6

Analogous Colors of #d66dee

#d66dee #ee6dc6 #966dee

Monochromatic Colors of #d66dee

#d66dee

Complementary Color

#d66dee #85ee6d

#d66dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66dee Color CSS Codes

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

#d66dee Text Font Color

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

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


#d66dee Background Color

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

This div background color is #d66dee


#d66dee Border Color

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

This div border color is #d66dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66dee


Comments

No comments written yet.

Please login to write comment.