Color Hex Logo

#d0aacc Color Hex

#D0AACC
(208,170,204)
0 Favorites   0 Comments

Color spaces of #d0aacc

RGB 208170204
HSL0.850.290.74
HSV306°18°82°
CMYK 0.000.180.02   0.18
XYZ51.286246.519063.4027
Yxy46.51900.31810.2886
Hunter Lab68.204814.8635-7.3721
CIE-Lab73.881019.6407-12.0440

#d0aacc color RGB value is (208,170,204).

#d0aacc hex color red value is 208, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d0aacc hue: 0.85 , saturation: 0.29 and the lightness value of d0aacc is 0.74.

The process color (four color CMYK) of #d0aacc color hex is 0.00, 0.18, 0.02, 0.18. Web safe color of #d0aacc is #cc99cc. Color #d0aacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101010 11001100
Octal 320 252 314
Decimal 208 170 204
Hex D0 AA CC

RGB Percentages of Color #d0aacc

%35.74
%29.21
%35.05

CMYK Percentages of Color #d0aacc

%0
%18
%2
%18

Triadic Colors of #d0aacc

#d0aacc #ccd0aa #aaccd0

Analogous Colors of #d0aacc

#d0aacc #d0aab9 #c1aad0

Monochromatic Colors of #d0aacc

#d0aacc

Complementary Color

#d0aacc #aad0ae

#d0aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aacc Color CSS Codes

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

#d0aacc Text Font Color

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

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


#d0aacc Background Color

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

This div background color is #d0aacc


#d0aacc Border Color

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

This div border color is #d0aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aacc


Comments

No comments written yet.

Please login to write comment.