Color Hex Logo

#d7bffa Color Hex

#D7BFFA
(215,191,250)
0 Favorites   0 Comments

Color spaces of #d7bffa

RGB 215191250
HSL0.730.860.86
HSV264°24°98°
CMYK 0.140.240.00   0.02
XYZ63.910558.610898.3871
Yxy58.61080.28930.2653
Hunter Lab76.557715.0362-22.6054
CIE-Lab81.077219.6047-25.9808

#d7bffa color RGB value is (215,191,250).

#d7bffa hex color red value is 215, green value is 191 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d7bffa hue: 0.73 , saturation: 0.86 and the lightness value of d7bffa is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111111 11111010
Octal 327 277 372
Decimal 215 191 250
Hex D7 BF FA

RGB Percentages of Color #d7bffa

%32.77
%29.12
%38.11

CMYK Percentages of Color #d7bffa

%14
%24
%0
%2

Triadic Colors of #d7bffa

#d7bffa #fad7bf #bffad7

Analogous Colors of #d7bffa

#d7bffa #f5bffa #bfc5fa

Monochromatic Colors of #d7bffa

#d7bffa

Complementary Color

#d7bffa #e2fabf

#d7bffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bffa Color CSS Codes

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

#d7bffa Text Font Color

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

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


#d7bffa Background Color

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

This div background color is #d7bffa


#d7bffa Border Color

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

This div border color is #d7bffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bffa


Comments

No comments written yet.

Please login to write comment.