Color Hex Logo

#d69ccc Color Hex

#D69CCC
(214,156,204)
0 Favorites   0 Comments

Color spaces of #d69ccc

RGB 214156204
HSL0.860.410.73
HSV310°27°84°
CMYK 0.000.270.05   0.16
XYZ50.519142.432762.6544
Yxy42.43270.32470.2727
Hunter Lab65.140424.4386-11.4290
CIE-Lab71.168229.2942-16.0616

#d69ccc color RGB value is (214,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011100 11001100
Octal 326 234 314
Decimal 214 156 204
Hex D6 9C CC

RGB Percentages of Color #d69ccc

%37.28
%27.18
%35.54

CMYK Percentages of Color #d69ccc

%0
%27
%5
%16

Triadic Colors of #d69ccc

#d69ccc #ccd69c #9cccd6

Analogous Colors of #d69ccc

#d69ccc #d69caf #c39cd6

Monochromatic Colors of #d69ccc

#d69ccc

Complementary Color

#d69ccc #9cd6a6

#d69ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ccc Color CSS Codes

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

#d69ccc Text Font Color

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

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


#d69ccc Background Color

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

This div background color is #d69ccc


#d69ccc Border Color

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

This div border color is #d69ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ccc


Comments

No comments written yet.

Please login to write comment.