Color Hex Logo

#d69ccd Color Hex

#D69CCD
(214,156,205)
0 Favorites   0 Comments

Color spaces of #d69ccd

RGB 214156205
HSL0.860.410.73
HSV309°27°84°
CMYK 0.000.270.04   0.16
XYZ50.639542.480963.2882
Yxy42.48090.32380.2716
Hunter Lab65.177424.6250-11.9473
CIE-Lab71.201229.4735-16.5638

#d69ccd color RGB value is (214,156,205).

#d69ccd hex color red value is 214, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d69ccd hue: 0.86 , saturation: 0.41 and the lightness value of d69ccd is 0.73.

The process color (four color CMYK) of #d69ccd color hex is 0.00, 0.27, 0.04, 0.16. Web safe color of #d69ccd is #cc99cc. Color #d69ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011100 11001101
Octal 326 234 315
Decimal 214 156 205
Hex D6 9C CD

RGB Percentages of Color #d69ccd

%37.22
%27.13
%35.65

CMYK Percentages of Color #d69ccd

%0
%27
%4
%16

Triadic Colors of #d69ccd

#d69ccd #cdd69c #9ccdd6

Analogous Colors of #d69ccd

#d69ccd #d69cb0 #c29cd6

Monochromatic Colors of #d69ccd

#d69ccd

Complementary Color

#d69ccd #9cd6a5

#d69ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ccd Color CSS Codes

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

#d69ccd Text Font Color

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

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


#d69ccd Background Color

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

This div background color is #d69ccd


#d69ccd Border Color

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

This div border color is #d69ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ccd


Comments

No comments written yet.

Please login to write comment.