Color Hex Logo

#d9bafd Color Hex

#D9BAFD
(217,186,253)
0 Favorites   0 Comments

Color spaces of #d9bafd

RGB 217186253
HSL0.740.940.86
HSV268°26°99°
CMYK 0.140.260.00   0.01
XYZ63.903856.9614100.5551
Yxy56.96140.28860.2573
Hunter Lab75.472819.0610-26.1633
CIE-Lab80.157923.5519-28.9757

#d9bafd color RGB value is (217,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 11111101
Octal 331 272 375
Decimal 217 186 253
Hex D9 BA FD

RGB Percentages of Color #d9bafd

%33.08
%28.35
%38.57

CMYK Percentages of Color #d9bafd

%14
%26
%0
%1

Triadic Colors of #d9bafd

#d9bafd #fdd9ba #bafdd9

Analogous Colors of #d9bafd

#d9bafd #fbbafd #babdfd

Monochromatic Colors of #d9bafd

#d9bafd

Complementary Color

#d9bafd #defdba

#d9bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bafd Color CSS Codes

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

#d9bafd Text Font Color

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

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


#d9bafd Background Color

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

This div background color is #d9bafd


#d9bafd Border Color

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

This div border color is #d9bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bafd


Comments

No comments written yet.

Please login to write comment.