Color Hex Logo

#d7befe Color Hex

#D7BEFE
(215,190,254)
0 Favorites   0 Comments

Color spaces of #d7befe

RGB 215190254
HSL0.730.970.87
HSV263°25°100°
CMYK 0.150.250.00   0.00
XYZ64.327258.4297101.6536
Yxy58.42970.28660.2604
Hunter Lab76.439316.4471-25.3399
CIE-Lab80.977120.9860-28.2699

#d7befe color RGB value is (215,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111110 11111110
Octal 327 276 376
Decimal 215 190 254
Hex D7 BE FE

RGB Percentages of Color #d7befe

%32.63
%28.83
%38.54

CMYK Percentages of Color #d7befe

%15
%25
%0
%0

Triadic Colors of #d7befe

#d7befe #fed7be #befed7

Analogous Colors of #d7befe

#d7befe #f7befe #bec5fe

Monochromatic Colors of #d7befe

#d7befe

Complementary Color

#d7befe #e5febe

#d7befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7befe Color CSS Codes

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

#d7befe Text Font Color

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

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


#d7befe Background Color

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

This div background color is #d7befe


#d7befe Border Color

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

This div border color is #d7befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7befe


Comments

No comments written yet.

Please login to write comment.