Color Hex Logo

#d666ce Color Hex

#D666CE
(214,102,206)
0 Favorites   0 Comments

Color spaces of #d666ce

RGB 214102206
HSL0.850.580.62
HSV304°52°84°
CMYK 0.000.520.04   0.16
XYZ43.623528.255161.5471
Yxy28.25510.32690.2118
Hunter Lab53.155553.4686-31.4411
CIE-Lab60.118557.5862-34.1270

#d666ce color RGB value is (214,102,206).

#d666ce hex color red value is 214, green value is 102 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d666ce hue: 0.85 , saturation: 0.58 and the lightness value of d666ce is 0.62.

The process color (four color CMYK) of #d666ce color hex is 0.00, 0.52, 0.04, 0.16. Web safe color of #d666ce is #cc66cc. Color #d666ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100110 11001110
Octal 326 146 316
Decimal 214 102 206
Hex D6 66 CE

RGB Percentages of Color #d666ce

%41.00
%19.54
%39.46

CMYK Percentages of Color #d666ce

%0
%52
%4
%16

Triadic Colors of #d666ce

#d666ce #ced666 #66ced6

Analogous Colors of #d666ce

#d666ce #d66696 #a666d6

Monochromatic Colors of #d666ce

#d666ce

Complementary Color

#d666ce #66d66e

#d666ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d666ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d666ce Color CSS Codes

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

#d666ce Text Font Color

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

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


#d666ce Background Color

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

This div background color is #d666ce


#d666ce Border Color

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

This div border color is #d666ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d666ce


Comments

No comments written yet.

Please login to write comment.