Color Hex Logo

#d2befe Color Hex

#D2BEFE
(210,190,254)
0 Favorites   0 Comments

Color spaces of #d2befe

RGB 210190254
HSL0.720.970.87
HSV259°25°100°
CMYK 0.170.250.00   0.00
XYZ62.881257.6843101.5859
Yxy57.68430.28310.2597
Hunter Lab75.950214.8721-26.1372
CIE-Lab80.563019.4569-28.9406

#d2befe color RGB value is (210,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111110 11111110
Octal 322 276 376
Decimal 210 190 254
Hex D2 BE FE

RGB Percentages of Color #d2befe

%32.11
%29.05
%38.84

CMYK Percentages of Color #d2befe

%17
%25
%0
%0

Triadic Colors of #d2befe

#d2befe #fed2be #befed2

Analogous Colors of #d2befe

#d2befe #f2befe #becafe

Monochromatic Colors of #d2befe

#d2befe

Complementary Color

#d2befe #eafebe

#d2befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2befe Color CSS Codes

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

#d2befe Text Font Color

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

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


#d2befe Background Color

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

This div background color is #d2befe


#d2befe Border Color

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

This div border color is #d2befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2befe


Comments

No comments written yet.

Please login to write comment.