Color Hex Logo

#d7befa Color Hex

#D7BEFA
(215,190,250)
0 Favorites   0 Comments

Color spaces of #d7befa

RGB 215190250
HSL0.740.860.86
HSV265°24°98°
CMYK 0.140.240.00   0.02
XYZ63.693158.176198.3146
Yxy58.17610.28930.2642
Hunter Lab76.273315.5808-23.0323
CIE-Lab80.836620.1445-26.3481

#d7befa color RGB value is (215,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111110 11111010
Octal 327 276 372
Decimal 215 190 250
Hex D7 BE FA

RGB Percentages of Color #d7befa

%32.82
%29.01
%38.17

CMYK Percentages of Color #d7befa

%14
%24
%0
%2

Triadic Colors of #d7befa

#d7befa #fad7be #befad7

Analogous Colors of #d7befa

#d7befa #f5befa #bec3fa

Monochromatic Colors of #d7befa

#d7befa

Complementary Color

#d7befa #e1fabe

#d7befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7befa Color CSS Codes

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

#d7befa Text Font Color

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

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


#d7befa Background Color

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

This div background color is #d7befa


#d7befa Border Color

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

This div border color is #d7befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7befa


Comments

No comments written yet.

Please login to write comment.