Color Hex Logo

#d7d1eb Color Hex

#D7D1EB
(215,209,235)
0 Favorites   0 Comments

Color spaces of #d7d1eb

RGB 215209235
HSL0.710.390.87
HSV254°11°92°
CMYK 0.090.110.00   0.08
XYZ65.820266.046287.8763
Yxy66.04620.29950.3006
Hunter Lab81.26882.3480-7.2224
CIE-Lab85.02006.9302-12.0366

#d7d1eb color RGB value is (215,209,235).

#d7d1eb hex color red value is 215, green value is 209 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d7d1eb hue: 0.71 , saturation: 0.39 and the lightness value of d7d1eb is 0.87.

The process color (four color CMYK) of #d7d1eb color hex is 0.09, 0.11, 0.00, 0.08. Web safe color of #d7d1eb is #ccccff. Color #d7d1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11010001 11101011
Octal 327 321 353
Decimal 215 209 235
Hex D7 D1 EB

RGB Percentages of Color #d7d1eb

%32.63
%31.71
%35.66

CMYK Percentages of Color #d7d1eb

%9
%11
%0
%8

Triadic Colors of #d7d1eb

#d7d1eb #ebd7d1 #d1ebd7

Analogous Colors of #d7d1eb

#d7d1eb #e4d1eb #d1d8eb

Monochromatic Colors of #d7d1eb

#d7d1eb

Complementary Color

#d7d1eb #e5ebd1

#d7d1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7d1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7d1eb Color CSS Codes

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

#d7d1eb Text Font Color

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

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


#d7d1eb Background Color

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

This div background color is #d7d1eb


#d7d1eb Border Color

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

This div border color is #d7d1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7d1eb


Comments

No comments written yet.

Please login to write comment.