Color Hex Logo

#d2bdfe Color Hex

#D2BDFE
(210,189,254)
0 Favorites   0 Comments

Color spaces of #d2bdfe

RGB 210189254
HSL0.720.970.87
HSV259°26°100°
CMYK 0.170.260.00   0.00
XYZ62.665357.2526101.5140
Yxy57.25260.28300.2586
Hunter Lab75.665415.4172-26.5786
CIE-Lab80.321519.9986-29.3108

#d2bdfe color RGB value is (210,189,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111101 11111110
Octal 322 275 376
Decimal 210 189 254
Hex D2 BD FE

RGB Percentages of Color #d2bdfe

%32.16
%28.94
%38.90

CMYK Percentages of Color #d2bdfe

%17
%26
%0
%0

Triadic Colors of #d2bdfe

#d2bdfe #fed2bd #bdfed2

Analogous Colors of #d2bdfe

#d2bdfe #f3bdfe #bdc9fe

Monochromatic Colors of #d2bdfe

#d2bdfe

Complementary Color

#d2bdfe #e9febd

#d2bdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bdfe Color CSS Codes

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

#d2bdfe Text Font Color

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

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


#d2bdfe Background Color

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

This div background color is #d2bdfe


#d2bdfe Border Color

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

This div border color is #d2bdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bdfe


Comments

No comments written yet.

Please login to write comment.