Color Hex Logo

#d7bddf Color Hex

#D7BDDF
(215,189,223)
0 Favorites   0 Comments

Color spaces of #d7bddf

RGB 215189223
HSL0.790.350.81
HSV286°15°87°
CMYK 0.040.150.00   0.13
XYZ59.541256.170077.5158
Yxy56.17000.30810.2907
Hunter Lab74.946610.6523-8.8598
CIE-Lab79.710515.2768-13.5649

#d7bddf color RGB value is (215,189,223).

#d7bddf hex color red value is 215, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d7bddf hue: 0.79 , saturation: 0.35 and the lightness value of d7bddf is 0.81.

The process color (four color CMYK) of #d7bddf color hex is 0.04, 0.15, 0.00, 0.13. Web safe color of #d7bddf is #cccccc. Color #d7bddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111101 11011111
Octal 327 275 337
Decimal 215 189 223
Hex D7 BD DF

RGB Percentages of Color #d7bddf

%34.29
%30.14
%35.57

CMYK Percentages of Color #d7bddf

%4
%15
%0
%13

Triadic Colors of #d7bddf

#d7bddf #dfd7bd #bddfd7

Analogous Colors of #d7bddf

#d7bddf #dfbdd6 #c6bddf

Monochromatic Colors of #d7bddf

#d7bddf

Complementary Color

#d7bddf #c5dfbd

#d7bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bddf Color CSS Codes

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

#d7bddf Text Font Color

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

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


#d7bddf Background Color

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

This div background color is #d7bddf


#d7bddf Border Color

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

This div border color is #d7bddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,189,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bddf


Comments

No comments written yet.

Please login to write comment.