Color Hex Logo

#d2bbfe Color Hex

#D2BBFE
(210,187,254)
0 Favorites   0 Comments

Color spaces of #d2bbfe

RGB 210187254
HSL0.720.970.86
HSV261°26°100°
CMYK 0.170.260.00   0.00
XYZ62.238156.3980101.3715
Yxy56.39800.28290.2563
Hunter Lab75.098616.5096-27.4633
CIE-Lab79.839821.0836-30.0498

#d2bbfe color RGB value is (210,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111011 11111110
Octal 322 273 376
Decimal 210 187 254
Hex D2 BB FE

RGB Percentages of Color #d2bbfe

%32.26
%28.73
%39.02

CMYK Percentages of Color #d2bbfe

%17
%26
%0
%0

Triadic Colors of #d2bbfe

#d2bbfe #fed2bb #bbfed2

Analogous Colors of #d2bbfe

#d2bbfe #f4bbfe #bbc6fe

Monochromatic Colors of #d2bbfe

#d2bbfe

Complementary Color

#d2bbfe #e7febb

#d2bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bbfe Color CSS Codes

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

#d2bbfe Text Font Color

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

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


#d2bbfe Background Color

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

This div background color is #d2bbfe


#d2bbfe Border Color

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

This div border color is #d2bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bbfe


Comments

No comments written yet.

Please login to write comment.