Color Hex Logo

#dbb4fb Color Hex

#DBB4FB
(219,180,251)
0 Favorites   0 Comments

Color spaces of #dbb4fb

RGB 219180251
HSL0.760.900.85
HSV273°28°98°
CMYK 0.130.280.00   0.02
XYZ62.947354.667698.5010
Yxy54.66760.29130.2530
Hunter Lab73.937522.5767-27.2310
CIE-Lab78.849426.9954-29.8964

#dbb4fb color RGB value is (219,180,251).

#dbb4fb hex color red value is 219, green value is 180 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbb4fb hue: 0.76 , saturation: 0.90 and the lightness value of dbb4fb is 0.85.

The process color (four color CMYK) of #dbb4fb color hex is 0.13, 0.28, 0.00, 0.02. Web safe color of #dbb4fb is #ccccff. Color #dbb4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 11111011
Octal 333 264 373
Decimal 219 180 251
Hex DB B4 FB

RGB Percentages of Color #dbb4fb

%33.69
%27.69
%38.62

CMYK Percentages of Color #dbb4fb

%13
%28
%0
%2

Triadic Colors of #dbb4fb

#dbb4fb #fbdbb4 #b4fbdb

Analogous Colors of #dbb4fb

#dbb4fb #fbb4f8 #b8b4fb

Monochromatic Colors of #dbb4fb

#dbb4fb

Complementary Color

#dbb4fb #d4fbb4

#dbb4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb4fb Color CSS Codes

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

#dbb4fb Text Font Color

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

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


#dbb4fb Background Color

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

This div background color is #dbb4fb


#dbb4fb Border Color

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

This div border color is #dbb4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb4fb


Comments

No comments written yet.

Please login to write comment.