Color Hex Logo

#d4bbfa Color Hex

#D4BBFA
(212,187,250)
0 Favorites   0 Comments

Color spaces of #d4bbfa

RGB 212187250
HSL0.730.860.86
HSV264°25°98°
CMYK 0.150.250.00   0.02
XYZ62.177056.439898.0594
Yxy56.43980.28700.2605
Hunter Lab75.126416.2610-24.8003
CIE-Lab79.863520.8394-27.8585

#d4bbfa color RGB value is (212,187,250).

#d4bbfa hex color red value is 212, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d4bbfa hue: 0.73 , saturation: 0.86 and the lightness value of d4bbfa is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111011 11111010
Octal 324 273 372
Decimal 212 187 250
Hex D4 BB FA

RGB Percentages of Color #d4bbfa

%32.67
%28.81
%38.52

CMYK Percentages of Color #d4bbfa

%15
%25
%0
%2

Triadic Colors of #d4bbfa

#d4bbfa #fad4bb #bbfad4

Analogous Colors of #d4bbfa

#d4bbfa #f4bbfa #bbc2fa

Monochromatic Colors of #d4bbfa

#d4bbfa

Complementary Color

#d4bbfa #e1fabb

#d4bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bbfa Color CSS Codes

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

#d4bbfa Text Font Color

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

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


#d4bbfa Background Color

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

This div background color is #d4bbfa


#d4bbfa Border Color

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

This div border color is #d4bbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,187,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bbfa


Comments

No comments written yet.

Please login to write comment.