Color Hex Logo

#d7aade Color Hex

#D7AADE
(215,170,222)
0 Favorites   0 Comments

Color spaces of #d7aade

RGB 215170222
HSL0.810.440.77
HSV292°23°87°
CMYK 0.030.230.00   0.13
XYZ55.583948.470575.5334
Yxy48.47050.30950.2699
Hunter Lab69.620820.6747-15.5908
CIE-Lab75.120725.3640-19.9427

#d7aade color RGB value is (215,170,222).

#d7aade hex color red value is 215, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d7aade hue: 0.81 , saturation: 0.44 and the lightness value of d7aade is 0.77.

The process color (four color CMYK) of #d7aade color hex is 0.03, 0.23, 0.00, 0.13. Web safe color of #d7aade is #cc99cc. Color #d7aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101010 11011110
Octal 327 252 336
Decimal 215 170 222
Hex D7 AA DE

RGB Percentages of Color #d7aade

%35.42
%28.01
%36.57

CMYK Percentages of Color #d7aade

%3
%23
%0
%13

Triadic Colors of #d7aade

#d7aade #ded7aa #aaded7

Analogous Colors of #d7aade

#d7aade #deaacb #bdaade

Monochromatic Colors of #d7aade

#d7aade

Complementary Color

#d7aade #b1deaa

#d7aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aade Color CSS Codes

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

#d7aade Text Font Color

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

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


#d7aade Background Color

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

This div background color is #d7aade


#d7aade Border Color

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

This div border color is #d7aade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,170,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aade


Comments

No comments written yet.

Please login to write comment.