Color Hex Logo

#d1bfda Color Hex

#D1BFDA
(209,191,218)
0 Favorites   0 Comments

Color spaces of #d1bfda

RGB 209191218
HSL0.780.270.80
HSV280°12°85°
CMYK 0.040.120.00   0.15
XYZ57.580255.878974.0806
Yxy55.87890.30700.2980
Hunter Lab74.75226.6788-6.4308
CIE-Lab79.544811.2414-11.1725

#d1bfda color RGB value is (209,191,218).

#d1bfda hex color red value is 209, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d1bfda hue: 0.78 , saturation: 0.27 and the lightness value of d1bfda is 0.80.

The process color (four color CMYK) of #d1bfda color hex is 0.04, 0.12, 0.00, 0.15. Web safe color of #d1bfda is #cccccc. Color #d1bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111111 11011010
Octal 321 277 332
Decimal 209 191 218
Hex D1 BF DA

RGB Percentages of Color #d1bfda

%33.82
%30.91
%35.28

CMYK Percentages of Color #d1bfda

%4
%12
%0
%15

Triadic Colors of #d1bfda

#d1bfda #dad1bf #bfdad1

Analogous Colors of #d1bfda

#d1bfda #dabfd6 #c4bfda

Monochromatic Colors of #d1bfda

#d1bfda

Complementary Color

#d1bfda #c8dabf

#d1bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bfda Color CSS Codes

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

#d1bfda Text Font Color

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

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


#d1bfda Background Color

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

This div background color is #d1bfda


#d1bfda Border Color

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

This div border color is #d1bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bfda


Comments

No comments written yet.

Please login to write comment.