Color Hex Logo

#d1befe Color Hex

#D1BEFE
(209,190,254)
0 Favorites   0 Comments

Color spaces of #d1befe

RGB 209190254
HSL0.720.970.87
HSV258°25°100°
CMYK 0.180.250.00   0.00
XYZ62.597357.5380101.5726
Yxy57.53800.28230.2595
Hunter Lab75.853814.5605-26.2950
CIE-Lab80.481219.1524-29.0729

#d1befe color RGB value is (209,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111110 11111110
Octal 321 276 376
Decimal 209 190 254
Hex D1 BE FE

RGB Percentages of Color #d1befe

%32.01
%29.10
%38.90

CMYK Percentages of Color #d1befe

%18
%25
%0
%0

Triadic Colors of #d1befe

#d1befe #fed1be #befed1

Analogous Colors of #d1befe

#d1befe #f1befe #becbfe

Monochromatic Colors of #d1befe

#d1befe

Complementary Color

#d1befe #ebfebe

#d1befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1befe Color CSS Codes

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

#d1befe Text Font Color

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

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


#d1befe Background Color

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

This div background color is #d1befe


#d1befe Border Color

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

This div border color is #d1befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1befe

Related Colors


Comments

No comments written yet.

Please login to write comment.