Color Hex Logo

#d7bdde Color Hex

#D7BDDE
(215,189,222)
0 Favorites   0 Comments

Color spaces of #d7bdde

RGB 215189222
HSL0.800.330.81
HSV287°15°87°
CMYK 0.030.150.00   0.13
XYZ59.406756.116276.8077
Yxy56.11620.30890.2918
Hunter Lab74.910710.4626-8.3539
CIE-Lab79.679915.0862-13.0722

#d7bdde color RGB value is (215,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111101 11011110
Octal 327 275 336
Decimal 215 189 222
Hex D7 BD DE

RGB Percentages of Color #d7bdde

%34.35
%30.19
%35.46

CMYK Percentages of Color #d7bdde

%3
%15
%0
%13

Triadic Colors of #d7bdde

#d7bdde #ded7bd #bdded7

Analogous Colors of #d7bdde

#d7bdde #debdd5 #c7bdde

Monochromatic Colors of #d7bdde

#d7bdde

Complementary Color

#d7bdde #c4debd

#d7bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bdde Color CSS Codes

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

#d7bdde Text Font Color

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

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


#d7bdde Background Color

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

This div background color is #d7bdde


#d7bdde Border Color

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

This div border color is #d7bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bdde

#d7bdde Color Palettes


Comments

No comments written yet.

Please login to write comment.