Color Hex Logo

#d1bdff Color Hex

#D1BDFF
(209,189,255)
0 Favorites   0 Comments

Color spaces of #d1bdff

RGB 209189255
HSL0.721.000.87
HSV258°26°100°
CMYK 0.180.260.00   0.00
XYZ62.542157.1705102.3464
Yxy57.17050.28160.2575
Hunter Lab75.611215.3275-27.3264
CIE-Lab80.275419.9118-29.9228

#d1bdff color RGB value is (209,189,255).

#d1bdff hex color red value is 209, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d1bdff hue: 0.72 , saturation: 1.00 and the lightness value of d1bdff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111101 11111111
Octal 321 275 377
Decimal 209 189 255
Hex D1 BD FF

RGB Percentages of Color #d1bdff

%32.01
%28.94
%39.05

CMYK Percentages of Color #d1bdff

%18
%26
%0
%0

Triadic Colors of #d1bdff

#d1bdff #ffd1bd #bdffd1

Analogous Colors of #d1bdff

#d1bdff #f2bdff #bdcaff

Monochromatic Colors of #d1bdff

#d1bdff

Complementary Color

#d1bdff #ebffbd

#d1bdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bdff Color CSS Codes

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

#d1bdff Text Font Color

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

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


#d1bdff Background Color

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

This div background color is #d1bdff


#d1bdff Border Color

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

This div border color is #d1bdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bdff


Comments

No comments written yet.

Please login to write comment.