Color Hex Logo

#d7aacc Color Hex

#D7AACC
(215,170,204)
0 Favorites   0 Comments

Color spaces of #d7aacc

RGB 215170204
HSL0.870.360.75
HSV315°21°84°
CMYK 0.000.210.05   0.16
XYZ53.298147.556263.4969
Yxy47.55620.32430.2894
Hunter Lab68.961017.2761-6.3195
CIE-Lab74.544122.0372-10.9834

#d7aacc color RGB value is (215,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101010 11001100
Octal 327 252 314
Decimal 215 170 204
Hex D7 AA CC

RGB Percentages of Color #d7aacc

%36.50
%28.86
%34.63

CMYK Percentages of Color #d7aacc

%0
%21
%5
%16

Triadic Colors of #d7aacc

#d7aacc #ccd7aa #aaccd7

Analogous Colors of #d7aacc

#d7aacc #d7aab6 #ccaad7

Monochromatic Colors of #d7aacc

#d7aacc

Complementary Color

#d7aacc #aad7b5

#d7aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aacc Color CSS Codes

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

#d7aacc Text Font Color

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

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


#d7aacc Background Color

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

This div background color is #d7aacc


#d7aacc Border Color

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

This div border color is #d7aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aacc


Comments

No comments written yet.

Please login to write comment.