Color Hex Logo

#d7bddd Color Hex

#D7BDDD
(215,189,221)
0 Favorites   0 Comments

Color spaces of #d7bddd

RGB 215189221
HSL0.800.320.80
HSV289°14°87°
CMYK 0.030.140.00   0.13
XYZ59.273156.062776.1038
Yxy56.06270.30960.2928
Hunter Lab74.875010.2741-7.8505
CIE-Lab79.649514.8966-12.5791

#d7bddd color RGB value is (215,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111101 11011101
Octal 327 275 335
Decimal 215 189 221
Hex D7 BD DD

RGB Percentages of Color #d7bddd

%34.40
%30.24
%35.36

CMYK Percentages of Color #d7bddd

%3
%14
%0
%13

Triadic Colors of #d7bddd

#d7bddd #ddd7bd #bdddd7

Analogous Colors of #d7bddd

#d7bddd #ddbdd3 #c7bddd

Monochromatic Colors of #d7bddd

#d7bddd

Complementary Color

#d7bddd #c3ddbd

#d7bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bddd Color CSS Codes

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

#d7bddd Text Font Color

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

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


#d7bddd Background Color

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

This div background color is #d7bddd


#d7bddd Border Color

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

This div border color is #d7bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bddd


Comments

No comments written yet.

Please login to write comment.