Color Hex Logo

#d9bfea Color Hex

#D9BFEA
(217,191,234)
0 Favorites   0 Comments

Color spaces of #d9bfea

RGB 217191234
HSL0.770.510.83
HSV276°18°92°
CMYK 0.070.180.00   0.08
XYZ62.097457.953885.7552
Yxy57.95380.30170.2816
Hunter Lab76.127412.3802-13.4992
CIE-Lab80.713116.9919-17.9518

#d9bfea color RGB value is (217,191,234).

#d9bfea hex color red value is 217, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d9bfea hue: 0.77 , saturation: 0.51 and the lightness value of d9bfea is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111111 11101010
Octal 331 277 352
Decimal 217 191 234
Hex D9 BF EA

RGB Percentages of Color #d9bfea

%33.80
%29.75
%36.45

CMYK Percentages of Color #d9bfea

%7
%18
%0
%8

Triadic Colors of #d9bfea

#d9bfea #ead9bf #bfead9

Analogous Colors of #d9bfea

#d9bfea #eabfe6 #c4bfea

Monochromatic Colors of #d9bfea

#d9bfea

Complementary Color

#d9bfea #d0eabf

#d9bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bfea Color CSS Codes

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

#d9bfea Text Font Color

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

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


#d9bfea Background Color

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

This div background color is #d9bfea


#d9bfea Border Color

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

This div border color is #d9bfea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,191,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9bfea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9bfea;
  -webkit-box-shadow: 1px 1px 3px 2px #d9bfea;
  box-shadow:         1px 1px 3px 2px #d9bfea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,191,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bfea


Comments

No comments written yet.

Please login to write comment.