Color Hex Logo

#d5bffe Color Hex

#D5BFFE
(213,191,254)
0 Favorites   0 Comments

Color spaces of #d5bffe

RGB 213191254
HSL0.720.970.87
HSV261°25°100°
CMYK 0.160.250.00   0.00
XYZ63.960858.5635101.6987
Yxy58.56350.28530.2612
Hunter Lab76.526815.2677-25.2235
CIE-Lab81.051119.8321-28.1713

#d5bffe color RGB value is (213,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111111 11111110
Octal 325 277 376
Decimal 213 191 254
Hex D5 BF FE

RGB Percentages of Color #d5bffe

%32.37
%29.03
%38.60

CMYK Percentages of Color #d5bffe

%16
%25
%0
%0

Triadic Colors of #d5bffe

#d5bffe #fed5bf #bffed5

Analogous Colors of #d5bffe

#d5bffe #f5bffe #bfc9fe

Monochromatic Colors of #d5bffe

#d5bffe

Complementary Color

#d5bffe #e8febf

#d5bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bffe Color CSS Codes

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

#d5bffe Text Font Color

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

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


#d5bffe Background Color

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

This div background color is #d5bffe


#d5bffe Border Color

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

This div border color is #d5bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bffe

Related Colors


Comments

No comments written yet.

Please login to write comment.