Color Hex Logo

#d5bffb Color Hex

#D5BFFB
(213,191,251)
0 Favorites   0 Comments

Color spaces of #d5bffb

RGB 213191251
HSL0.730.880.87
HSV262°24°98°
CMYK 0.150.240.00   0.02
XYZ63.484058.372899.1879
Yxy58.37280.28720.2641
Hunter Lab76.402114.6155-23.4909
CIE-Lab80.945619.1952-26.7308

#d5bffb color RGB value is (213,191,251).

#d5bffb hex color red value is 213, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d5bffb hue: 0.73 , saturation: 0.88 and the lightness value of d5bffb is 0.87.

The process color (four color CMYK) of #d5bffb color hex is 0.15, 0.24, 0.00, 0.02. Web safe color of #d5bffb is #ccccff. Color #d5bffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111111 11111011
Octal 325 277 373
Decimal 213 191 251
Hex D5 BF FB

RGB Percentages of Color #d5bffb

%32.52
%29.16
%38.32

CMYK Percentages of Color #d5bffb

%15
%24
%0
%2

Triadic Colors of #d5bffb

#d5bffb #fbd5bf #bffbd5

Analogous Colors of #d5bffb

#d5bffb #f3bffb #bfc7fb

Monochromatic Colors of #d5bffb

#d5bffb

Complementary Color

#d5bffb #e5fbbf

#d5bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bffb Color CSS Codes

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

#d5bffb Text Font Color

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

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


#d5bffb Background Color

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

This div background color is #d5bffb


#d5bffb Border Color

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

This div border color is #d5bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bffb


Comments

No comments written yet.

Please login to write comment.