Color Hex Logo

#d66ccf Color Hex

#D66CCF
(214,108,207)
0 Favorites   0 Comments

Color spaces of #d66ccf

RGB 214108207
HSL0.840.560.63
HSV304°50°84°
CMYK 0.000.500.03   0.16
XYZ44.356629.526362.3928
Yxy29.52630.32550.2167
Hunter Lab54.338150.6192-30.0420
CIE-Lab61.243354.8863-32.9417

#d66ccf color RGB value is (214,108,207).

#d66ccf hex color red value is 214, green value is 108 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d66ccf hue: 0.84 , saturation: 0.56 and the lightness value of d66ccf is 0.63.

The process color (four color CMYK) of #d66ccf color hex is 0.00, 0.50, 0.03, 0.16. Web safe color of #d66ccf is #cc66cc. Color #d66ccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101100 11001111
Octal 326 154 317
Decimal 214 108 207
Hex D6 6C CF

RGB Percentages of Color #d66ccf

%40.45
%20.42
%39.13

CMYK Percentages of Color #d66ccf

%0
%50
%3
%16

Triadic Colors of #d66ccf

#d66ccf #cfd66c #6ccfd6

Analogous Colors of #d66ccf

#d66ccf #d66c9a #a86cd6

Monochromatic Colors of #d66ccf

#d66ccf

Complementary Color

#d66ccf #6cd673

#d66ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66ccf Color CSS Codes

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

#d66ccf Text Font Color

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

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


#d66ccf Background Color

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

This div background color is #d66ccf


#d66ccf Border Color

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

This div border color is #d66ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66ccf


Comments

No comments written yet.

Please login to write comment.