Color Hex Logo

#d4aade Color Hex

#D4AADE
(212,170,222)
0 Favorites   0 Comments

Color spaces of #d4aade

RGB 212170222
HSL0.800.440.77
HSV288°23°87°
CMYK 0.050.230.00   0.13
XYZ54.710948.020475.4925
Yxy48.02040.30700.2694
Hunter Lab69.296819.6593-16.0833
CIE-Lab74.837824.3829-20.3986

#d4aade color RGB value is (212,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101010 11011110
Octal 324 252 336
Decimal 212 170 222
Hex D4 AA DE

RGB Percentages of Color #d4aade

%35.10
%28.15
%36.75

CMYK Percentages of Color #d4aade

%5
%23
%0
%13

Triadic Colors of #d4aade

#d4aade #ded4aa #aaded4

Analogous Colors of #d4aade

#d4aade #deaace #baaade

Monochromatic Colors of #d4aade

#d4aade

Complementary Color

#d4aade #b4deaa

#d4aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aade Color CSS Codes

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

#d4aade Text Font Color

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

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


#d4aade Background Color

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

This div background color is #d4aade


#d4aade Border Color

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

This div border color is #d4aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aade


Comments

No comments written yet.

Please login to write comment.