Color Hex Logo

#dbb4fe Color Hex

#DBB4FE
(219,180,254)
0 Favorites   0 Comments

Color spaces of #dbb4fe

RGB 219180254
HSL0.750.970.85
HSV272°29°100°
CMYK 0.140.290.00   0.00
XYZ63.424154.8583101.0118
Yxy54.85830.28920.2502
Hunter Lab74.066423.2359-29.0133
CIE-Lab78.959627.6182-31.3362

#dbb4fe color RGB value is (219,180,254).

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

The process color (four color CMYK) of #dbb4fe color hex is 0.14, 0.29, 0.00, 0.00. Web safe color of #dbb4fe is #ccccff. Color #dbb4fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 11111110
Octal 333 264 376
Decimal 219 180 254
Hex DB B4 FE

RGB Percentages of Color #dbb4fe

%33.54
%27.57
%38.90

CMYK Percentages of Color #dbb4fe

%14
%29
%0
%0

Triadic Colors of #dbb4fe

#dbb4fe #fedbb4 #b4fedb

Analogous Colors of #dbb4fe

#dbb4fe #feb4fc #b6b4fe

Monochromatic Colors of #dbb4fe

#dbb4fe

Complementary Color

#dbb4fe #d7feb4

#dbb4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb4fe Color CSS Codes

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

#dbb4fe Text Font Color

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

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


#dbb4fe Background Color

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

This div background color is #dbb4fe


#dbb4fe Border Color

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

This div border color is #dbb4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.