Color Hex Logo

#d2befb Color Hex

#D2BEFB
(210,190,251)
0 Favorites   0 Comments

Color spaces of #d2befb

RGB 210190251
HSL0.720.880.86
HSV260°24°98°
CMYK 0.160.240.00   0.02
XYZ62.404457.493699.0751
Yxy57.49360.28500.2626
Hunter Lab75.824514.2145-24.3933
CIE-Lab80.456418.8121-27.5007

#d2befb color RGB value is (210,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111110 11111011
Octal 322 276 373
Decimal 210 190 251
Hex D2 BE FB

RGB Percentages of Color #d2befb

%32.26
%29.19
%38.56

CMYK Percentages of Color #d2befb

%16
%24
%0
%2

Triadic Colors of #d2befb

#d2befb #fbd2be #befbd2

Analogous Colors of #d2befb

#d2befb #f1befb #bec9fb

Monochromatic Colors of #d2befb

#d2befb

Complementary Color

#d2befb #e7fbbe

#d2befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2befb Color CSS Codes

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

#d2befb Text Font Color

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

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


#d2befb Background Color

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

This div background color is #d2befb


#d2befb Border Color

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

This div border color is #d2befb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,190,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d2befb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2befb


Comments

No comments written yet.

Please login to write comment.