Color Hex Logo

#d6bffe Color Hex

#D6BFFE
(214,191,254)
0 Favorites   0 Comments

Color spaces of #d6bffe

RGB 214191254
HSL0.730.970.87
HSV262°25°100°
CMYK 0.160.250.00   0.00
XYZ64.251858.7135101.7123
Yxy58.71350.28600.2613
Hunter Lab76.624715.5835-25.0647
CIE-Lab81.133920.1388-28.0373

#d6bffe color RGB value is (214,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111111 11111110
Octal 326 277 376
Decimal 214 191 254
Hex D6 BF FE

RGB Percentages of Color #d6bffe

%32.47
%28.98
%38.54

CMYK Percentages of Color #d6bffe

%16
%25
%0
%0

Triadic Colors of #d6bffe

#d6bffe #fed6bf #bffed6

Analogous Colors of #d6bffe

#d6bffe #f6bffe #bfc8fe

Monochromatic Colors of #d6bffe

#d6bffe

Complementary Color

#d6bffe #e7febf

#d6bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bffe Color CSS Codes

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

#d6bffe Text Font Color

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

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


#d6bffe Background Color

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

This div background color is #d6bffe


#d6bffe Border Color

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

This div border color is #d6bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bffe

Related Colors


Comments

No comments written yet.

Please login to write comment.