Color Hex Logo

#d3befe Color Hex

#D3BEFE
(211,190,254)
0 Favorites   0 Comments

Color spaces of #d3befe

RGB 211190254
HSL0.720.970.87
HSV260°25°100°
CMYK 0.170.250.00   0.00
XYZ63.166857.8316101.5993
Yxy57.83160.28380.2598
Hunter Lab76.047115.1846-25.9788
CIE-Lab80.645119.7615-28.8076

#d3befe color RGB value is (211,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111110 11111110
Octal 323 276 376
Decimal 211 190 254
Hex D3 BE FE

RGB Percentages of Color #d3befe

%32.21
%29.01
%38.78

CMYK Percentages of Color #d3befe

%17
%25
%0
%0

Triadic Colors of #d3befe

#d3befe #fed3be #befed3

Analogous Colors of #d3befe

#d3befe #f3befe #bec9fe

Monochromatic Colors of #d3befe

#d3befe

Complementary Color

#d3befe #e9febe

#d3befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3befe Color CSS Codes

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

#d3befe Text Font Color

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

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


#d3befe Background Color

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

This div background color is #d3befe


#d3befe Border Color

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

This div border color is #d3befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3befe

Related Colors


Comments

No comments written yet.

Please login to write comment.