Color Hex Logo

#d8bdeb Color Hex

#D8BDEB
(216,189,235)
0 Favorites   0 Comments

Color spaces of #d8bdeb

RGB 216189235
HSL0.760.530.83
HSV275°20°92°
CMYK 0.080.200.00   0.08
XYZ61.511956.992386.3558
Yxy56.99230.30030.2782
Hunter Lab75.493213.3286-14.9758
CIE-Lab80.175317.9423-19.3093

#d8bdeb color RGB value is (216,189,235).

#d8bdeb hex color red value is 216, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d8bdeb hue: 0.76 , saturation: 0.53 and the lightness value of d8bdeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111101 11101011
Octal 330 275 353
Decimal 216 189 235
Hex D8 BD EB

RGB Percentages of Color #d8bdeb

%33.75
%29.53
%36.72

CMYK Percentages of Color #d8bdeb

%8
%20
%0
%8

Triadic Colors of #d8bdeb

#d8bdeb #ebd8bd #bdebd8

Analogous Colors of #d8bdeb

#d8bdeb #ebbde7 #c1bdeb

Monochromatic Colors of #d8bdeb

#d8bdeb

Complementary Color

#d8bdeb #d0ebbd

#d8bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bdeb Color CSS Codes

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

#d8bdeb Text Font Color

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

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


#d8bdeb Background Color

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

This div background color is #d8bdeb


#d8bdeb Border Color

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

This div border color is #d8bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bdeb


Comments

No comments written yet.

Please login to write comment.