Color Hex Logo

#dbd5fb Color Hex

#DBD5FB
(219,213,251)
0 Favorites   0 Comments

Color spaces of #dbd5fb

RGB 219213251
HSL0.690.830.91
HSV249°15°98°
CMYK 0.130.150.00   0.02
XYZ70.420369.6136100.9920
Yxy69.61360.29220.2888
Hunter Lab83.43484.6461-13.3621
CIE-Lab86.80709.3017-17.7934

#dbd5fb color RGB value is (219,213,251).

#dbd5fb hex color red value is 219, green value is 213 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbd5fb hue: 0.69 , saturation: 0.83 and the lightness value of dbd5fb is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 11111011
Octal 333 325 373
Decimal 219 213 251
Hex DB D5 FB

RGB Percentages of Color #dbd5fb

%32.06
%31.19
%36.75

CMYK Percentages of Color #dbd5fb

%13
%15
%0
%2

Triadic Colors of #dbd5fb

#dbd5fb #fbdbd5 #d5fbdb

Analogous Colors of #dbd5fb

#dbd5fb #eed5fb #d5e2fb

Monochromatic Colors of #dbd5fb

#dbd5fb

Complementary Color

#dbd5fb #f5fbd5

#dbd5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd5fb Color CSS Codes

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

#dbd5fb Text Font Color

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

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


#dbd5fb Background Color

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

This div background color is #dbd5fb


#dbd5fb Border Color

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

This div border color is #dbd5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd5fb


Comments

No comments written yet.

Please login to write comment.