Color Hex Logo

#d5b6db Color Hex

#D5B6DB
(213,182,219)
0 Favorites   0 Comments

Color spaces of #d5b6db

RGB 213182219
HSL0.810.340.79
HSV290°17°86°
CMYK 0.030.170.00   0.14
XYZ56.954752.716574.1913
Yxy52.71650.30980.2867
Hunter Lab72.606112.9607-9.7602
CIE-Lab77.707317.6242-14.4282

#d5b6db color RGB value is (213,182,219).

#d5b6db hex color red value is 213, green value is 182 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d5b6db hue: 0.81 , saturation: 0.34 and the lightness value of d5b6db is 0.79.

The process color (four color CMYK) of #d5b6db color hex is 0.03, 0.17, 0.00, 0.14. Web safe color of #d5b6db is #cccccc. Color #d5b6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10110110 11011011
Octal 325 266 333
Decimal 213 182 219
Hex D5 B6 DB

RGB Percentages of Color #d5b6db

%34.69
%29.64
%35.67

CMYK Percentages of Color #d5b6db

%3
%17
%0
%14

Triadic Colors of #d5b6db

#d5b6db #dbd5b6 #b6dbd5

Analogous Colors of #d5b6db

#d5b6db #dbb6cf #c3b6db

Monochromatic Colors of #d5b6db

#d5b6db

Complementary Color

#d5b6db #bcdbb6

#d5b6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5b6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5b6db Color CSS Codes

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

#d5b6db Text Font Color

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

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


#d5b6db Background Color

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

This div background color is #d5b6db


#d5b6db Border Color

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

This div border color is #d5b6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5b6db


Comments

No comments written yet.

Please login to write comment.