Color Hex Logo

#d4bbff Color Hex

#D4BBFF
(212,187,255)
0 Favorites   0 Comments

Color spaces of #d4bbff

RGB 212187255
HSL0.731.000.87
HSV262°27°100°
CMYK 0.170.270.00   0.00
XYZ62.971756.7577102.2441
Yxy56.75770.28370.2557
Hunter Lab75.337717.3598-27.7287
CIE-Lab80.043121.9065-30.2580

#d4bbff color RGB value is (212,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111011 11111111
Octal 324 273 377
Decimal 212 187 255
Hex D4 BB FF

RGB Percentages of Color #d4bbff

%32.42
%28.59
%38.99

CMYK Percentages of Color #d4bbff

%17
%27
%0
%0

Triadic Colors of #d4bbff

#d4bbff #ffd4bb #bbffd4

Analogous Colors of #d4bbff

#d4bbff #f6bbff #bbc4ff

Monochromatic Colors of #d4bbff

#d4bbff

Complementary Color

#d4bbff #e6ffbb

#d4bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bbff Color CSS Codes

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

#d4bbff Text Font Color

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

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


#d4bbff Background Color

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

This div background color is #d4bbff


#d4bbff Border Color

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

This div border color is #d4bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bbff


Comments

No comments written yet.

Please login to write comment.