Color Hex Logo

#d8beeb Color Hex

#D8BEEB
(216,190,235)
0 Favorites   0 Comments

Color spaces of #d8beeb

RGB 216190235
HSL0.760.530.83
HSV275°19°92°
CMYK 0.080.190.00   0.08
XYZ61.727857.424086.4278
Yxy57.42400.30030.2793
Hunter Lab75.778612.7900-14.5770
CIE-Lab80.417517.4036-18.9431

#d8beeb color RGB value is (216,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111110 11101011
Octal 330 276 353
Decimal 216 190 235
Hex D8 BE EB

RGB Percentages of Color #d8beeb

%33.70
%29.64
%36.66

CMYK Percentages of Color #d8beeb

%8
%19
%0
%8

Triadic Colors of #d8beeb

#d8beeb #ebd8be #beebd8

Analogous Colors of #d8beeb

#d8beeb #ebbee8 #c2beeb

Monochromatic Colors of #d8beeb

#d8beeb

Complementary Color

#d8beeb #d1ebbe

#d8beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8beeb Color CSS Codes

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

#d8beeb Text Font Color

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

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


#d8beeb Background Color

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

This div background color is #d8beeb


#d8beeb Border Color

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

This div border color is #d8beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8beeb


Comments

No comments written yet.

Please login to write comment.