Color Hex Logo

#d5bfdb Color Hex

#D5BFDB
(213,191,219)
0 Favorites   0 Comments

Color spaces of #d5bfdb

RGB 213191219
HSL0.800.280.80
HSV287°13°86°
CMYK 0.030.130.00   0.14
XYZ58.857656.522274.8256
Yxy56.52220.30940.2972
Hunter Lab75.18128.1762-6.3827
CIE-Lab79.910112.7727-11.1304

#d5bfdb color RGB value is (213,191,219).

#d5bfdb hex color red value is 213, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d5bfdb hue: 0.80 , saturation: 0.28 and the lightness value of d5bfdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111111 11011011
Octal 325 277 333
Decimal 213 191 219
Hex D5 BF DB

RGB Percentages of Color #d5bfdb

%34.19
%30.66
%35.15

CMYK Percentages of Color #d5bfdb

%3
%13
%0
%14

Triadic Colors of #d5bfdb

#d5bfdb #dbd5bf #bfdbd5

Analogous Colors of #d5bfdb

#d5bfdb #dbbfd3 #c7bfdb

Monochromatic Colors of #d5bfdb

#d5bfdb

Complementary Color

#d5bfdb #c5dbbf

#d5bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bfdb Color CSS Codes

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

#d5bfdb Text Font Color

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

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


#d5bfdb Background Color

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

This div background color is #d5bfdb


#d5bfdb Border Color

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

This div border color is #d5bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bfdb


Comments

No comments written yet.

Please login to write comment.