Color Hex Logo

#d666dc Color Hex

#D666DC
(214,102,220)
0 Favorites   0 Comments

Color spaces of #d666dc

RGB 214102220
HSL0.820.630.63
HSV297°54°86°
CMYK 0.030.540.00   0.14
XYZ45.401228.966270.9083
Yxy28.96620.31250.1994
Hunter Lab53.820356.3919-40.4405
CIE-Lab60.751860.0259-41.0267

#d666dc color RGB value is (214,102,220).

#d666dc hex color red value is 214, green value is 102 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d666dc hue: 0.82 , saturation: 0.63 and the lightness value of d666dc is 0.63.

The process color (four color CMYK) of #d666dc color hex is 0.03, 0.54, 0.00, 0.14. Web safe color of #d666dc is #cc66cc. Color #d666dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100110 11011100
Octal 326 146 334
Decimal 214 102 220
Hex D6 66 DC

RGB Percentages of Color #d666dc

%39.93
%19.03
%41.04

CMYK Percentages of Color #d666dc

%3
%54
%0
%14

Triadic Colors of #d666dc

#d666dc #dcd666 #66dcd6

Analogous Colors of #d666dc

#d666dc #dc66a7 #9b66dc

Monochromatic Colors of #d666dc

#d666dc

Complementary Color

#d666dc #6cdc66

#d666dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d666dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d666dc Color CSS Codes

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

#d666dc Text Font Color

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

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


#d666dc Background Color

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

This div background color is #d666dc


#d666dc Border Color

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

This div border color is #d666dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d666dc


Comments

No comments written yet.

Please login to write comment.