Color Hex Logo

#d6aacc Color Hex

#D6AACC
(214,170,204)
0 Favorites   0 Comments

Color spaces of #d6aacc

RGB 214170204
HSL0.870.350.75
HSV314°21°84°
CMYK 0.000.210.05   0.16
XYZ53.005447.405263.4832
Yxy47.40520.32340.2892
Hunter Lab68.851416.9285-6.4713
CIE-Lab74.448221.6946-11.1368

#d6aacc color RGB value is (214,170,204).

#d6aacc hex color red value is 214, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d6aacc hue: 0.87 , saturation: 0.35 and the lightness value of d6aacc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101010 11001100
Octal 326 252 314
Decimal 214 170 204
Hex D6 AA CC

RGB Percentages of Color #d6aacc

%36.39
%28.91
%34.69

CMYK Percentages of Color #d6aacc

%0
%21
%5
%16

Triadic Colors of #d6aacc

#d6aacc #ccd6aa #aaccd6

Analogous Colors of #d6aacc

#d6aacc #d6aab6 #caaad6

Monochromatic Colors of #d6aacc

#d6aacc

Complementary Color

#d6aacc #aad6b4

#d6aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6aacc Color CSS Codes

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

#d6aacc Text Font Color

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

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


#d6aacc Background Color

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

This div background color is #d6aacc


#d6aacc Border Color

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

This div border color is #d6aacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,170,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 #d6aacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6aacc


Comments

No comments written yet.

Please login to write comment.