Color Hex Logo

#d3aadf Color Hex

#D3AADF
(211,170,223)
0 Favorites   0 Comments

Color spaces of #d3aadf

RGB 211170223
HSL0.800.450.77
HSV286°24°87°
CMYK 0.050.240.00   0.13
XYZ54.558047.926076.1872
Yxy47.92600.30540.2682
Hunter Lab69.228619.5230-16.7896
CIE-Lab74.778224.2518-21.0426

#d3aadf color RGB value is (211,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101010 11011111
Octal 323 252 337
Decimal 211 170 223
Hex D3 AA DF

RGB Percentages of Color #d3aadf

%34.93
%28.15
%36.92

CMYK Percentages of Color #d3aadf

%5
%24
%0
%13

Triadic Colors of #d3aadf

#d3aadf #dfd3aa #aadfd3

Analogous Colors of #d3aadf

#d3aadf #dfaad1 #b9aadf

Monochromatic Colors of #d3aadf

#d3aadf

Complementary Color

#d3aadf #b6dfaa

#d3aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3aadf Color CSS Codes

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

#d3aadf Text Font Color

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

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


#d3aadf Background Color

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

This div background color is #d3aadf


#d3aadf Border Color

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

This div border color is #d3aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3aadf

#d3aadf Color Palettes


Comments

No comments written yet.

Please login to write comment.