Color Hex Logo

#d9bdfd Color Hex

#D9BDFD
(217,189,253)
0 Favorites   0 Comments

Color spaces of #d9bdfd

RGB 217189253
HSL0.740.940.87
HSV266°25°99°
CMYK 0.140.250.00   0.01
XYZ64.542558.2388100.7680
Yxy58.23880.28870.2605
Hunter Lab76.314317.4154-24.8684
CIE-Lab80.871421.9310-27.8829

#d9bdfd color RGB value is (217,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111101 11111101
Octal 331 275 375
Decimal 217 189 253
Hex D9 BD FD

RGB Percentages of Color #d9bdfd

%32.93
%28.68
%38.39

CMYK Percentages of Color #d9bdfd

%14
%25
%0
%1

Triadic Colors of #d9bdfd

#d9bdfd #fdd9bd #bdfdd9

Analogous Colors of #d9bdfd

#d9bdfd #f9bdfd #bdc1fd

Monochromatic Colors of #d9bdfd

#d9bdfd

Complementary Color

#d9bdfd #e1fdbd

#d9bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bdfd Color CSS Codes

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

#d9bdfd Text Font Color

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

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


#d9bdfd Background Color

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

This div background color is #d9bdfd


#d9bdfd Border Color

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

This div border color is #d9bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bdfd


Comments

No comments written yet.

Please login to write comment.