Color Hex Logo

#d2b1dd Color Hex

#D2B1DD
(210,177,221)
0 Favorites   0 Comments

Color spaces of #d2b1dd

RGB 210177221
HSL0.790.390.78
HSV285°20°87°
CMYK 0.050.200.00   0.13
XYZ55.351650.366475.2109
Yxy50.36640.30590.2784
Hunter Lab70.969315.0226-13.1551
CIE-Lab76.293619.7251-17.6682

#d2b1dd color RGB value is (210,177,221).

#d2b1dd hex color red value is 210, green value is 177 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d2b1dd hue: 0.79 , saturation: 0.39 and the lightness value of d2b1dd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10110001 11011101
Octal 322 261 335
Decimal 210 177 221
Hex D2 B1 DD

RGB Percentages of Color #d2b1dd

%34.54
%29.11
%36.35

CMYK Percentages of Color #d2b1dd

%5
%20
%0
%13

Triadic Colors of #d2b1dd

#d2b1dd #ddd2b1 #b1ddd2

Analogous Colors of #d2b1dd

#d2b1dd #ddb1d2 #bcb1dd

Monochromatic Colors of #d2b1dd

#d2b1dd

Complementary Color

#d2b1dd #bcddb1

#d2b1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2b1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2b1dd Color CSS Codes

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

#d2b1dd Text Font Color

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

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


#d2b1dd Background Color

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

This div background color is #d2b1dd


#d2b1dd Border Color

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

This div border color is #d2b1dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,177,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2b1dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2b1dd;
  -webkit-box-shadow: 1px 1px 3px 2px #d2b1dd;
  box-shadow:         1px 1px 3px 2px #d2b1dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,177,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2b1dd


Comments

No comments written yet.

Please login to write comment.