Color Hex Logo

#d3afdb Color Hex

#D3AFDB
(211,175,219)
0 Favorites   0 Comments

Color spaces of #d3afdb

RGB 211175219
HSL0.800.380.77
HSV289°20°86°
CMYK 0.040.200.00   0.14
XYZ54.980149.623373.6983
Yxy49.62330.30840.2783
Hunter Lab70.443816.0393-12.7185
CIE-Lab75.837520.7551-17.2614

#d3afdb color RGB value is (211,175,219).

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

The process color (four color CMYK) of #d3afdb color hex is 0.04, 0.20, 0.00, 0.14. Web safe color of #d3afdb is #cc99cc. Color #d3afdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101111 11011011
Octal 323 257 333
Decimal 211 175 219
Hex D3 AF DB

RGB Percentages of Color #d3afdb

%34.88
%28.93
%36.20

CMYK Percentages of Color #d3afdb

%4
%20
%0
%14

Triadic Colors of #d3afdb

#d3afdb #dbd3af #afdbd3

Analogous Colors of #d3afdb

#d3afdb #dbafcd #bdafdb

Monochromatic Colors of #d3afdb

#d3afdb

Complementary Color

#d3afdb #b7dbaf

#d3afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3afdb Color CSS Codes

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

#d3afdb Text Font Color

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

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


#d3afdb Background Color

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

This div background color is #d3afdb


#d3afdb Border Color

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

This div border color is #d3afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3afdb


Comments

No comments written yet.

Please login to write comment.