Color Hex Logo

#d7bfdd Color Hex

#D7BFDD
(215,191,221)
0 Favorites   0 Comments

Color spaces of #d7bfdd

RGB 215191221
HSL0.800.310.81
HSV288°14°87°
CMYK 0.030.140.00   0.13
XYZ59.706356.929176.2482
Yxy56.92910.30950.2951
Hunter Lab75.45149.2110-7.1002
CIE-Lab80.139713.8218-11.8461

#d7bfdd color RGB value is (215,191,221).

#d7bfdd hex color red value is 215, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d7bfdd hue: 0.80 , saturation: 0.31 and the lightness value of d7bfdd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111111 11011101
Octal 327 277 335
Decimal 215 191 221
Hex D7 BF DD

RGB Percentages of Color #d7bfdd

%34.29
%30.46
%35.25

CMYK Percentages of Color #d7bfdd

%3
%14
%0
%13

Triadic Colors of #d7bfdd

#d7bfdd #ddd7bf #bfddd7

Analogous Colors of #d7bfdd

#d7bfdd #ddbfd4 #c8bfdd

Monochromatic Colors of #d7bfdd

#d7bfdd

Complementary Color

#d7bfdd #c5ddbf

#d7bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bfdd Color CSS Codes

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

#d7bfdd Text Font Color

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

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


#d7bfdd Background Color

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

This div background color is #d7bfdd


#d7bfdd Border Color

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

This div border color is #d7bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bfdd


Comments

No comments written yet.

Please login to write comment.