Color Hex Logo

#d7bdce Color Hex

#D7BDCE
(215,189,206)
0 Favorites   0 Comments

Color spaces of #d7bdce

RGB 215189206
HSL0.890.250.79
HSV321°12°84°
CMYK 0.000.120.04   0.16
XYZ57.362555.298566.0429
Yxy55.29850.32100.3094
Hunter Lab74.36307.5571-0.6023
CIE-Lab79.212912.1384-5.1379

#d7bdce color RGB value is (215,189,206).

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

The process color (four color CMYK) of #d7bdce color hex is 0.00, 0.12, 0.04, 0.16. Web safe color of #d7bdce is #cccccc. Color #d7bdce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111101 11001110
Octal 327 275 316
Decimal 215 189 206
Hex D7 BD CE

RGB Percentages of Color #d7bdce

%35.25
%30.98
%33.77

CMYK Percentages of Color #d7bdce

%0
%12
%4
%16

Triadic Colors of #d7bdce

#d7bdce #ced7bd #bdced7

Analogous Colors of #d7bdce

#d7bdce #d7bdc1 #d3bdd7

Monochromatic Colors of #d7bdce

#d7bdce

Complementary Color

#d7bdce #bdd7c6

#d7bdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bdce Color CSS Codes

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

#d7bdce Text Font Color

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

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


#d7bdce Background Color

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

This div background color is #d7bdce


#d7bdce Border Color

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

This div border color is #d7bdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bdce


Comments

No comments written yet.

Please login to write comment.