Color Hex Logo

#d9bffd Color Hex

#D9BFFD
(217,191,253)
0 Favorites   0 Comments

Color spaces of #d9bffd

RGB 217191253
HSL0.740.940.87
HSV265°25°99°
CMYK 0.140.250.00   0.01
XYZ64.975759.1052100.9124
Yxy59.10520.28880.2627
Hunter Lab76.879916.3209-24.0080
CIE-Lab81.349420.8516-27.1518

#d9bffd color RGB value is (217,191,253).

#d9bffd hex color red value is 217, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d9bffd hue: 0.74 , saturation: 0.94 and the lightness value of d9bffd is 0.87.

The process color (four color CMYK) of #d9bffd color hex is 0.14, 0.25, 0.00, 0.01. Web safe color of #d9bffd is #ccccff. Color #d9bffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111111 11111101
Octal 331 277 375
Decimal 217 191 253
Hex D9 BF FD

RGB Percentages of Color #d9bffd

%32.83
%28.90
%38.28

CMYK Percentages of Color #d9bffd

%14
%25
%0
%1

Triadic Colors of #d9bffd

#d9bffd #fdd9bf #bffdd9

Analogous Colors of #d9bffd

#d9bffd #f8bffd #bfc4fd

Monochromatic Colors of #d9bffd

#d9bffd

Complementary Color

#d9bffd #e3fdbf

#d9bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bffd Color CSS Codes

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

#d9bffd Text Font Color

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

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


#d9bffd Background Color

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

This div background color is #d9bffd


#d9bffd Border Color

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

This div border color is #d9bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bffd


Comments

No comments written yet.

Please login to write comment.