Color Hex Logo

#dbd7fb Color Hex

#DBD7FB
(219,215,251)
0 Favorites   0 Comments

Color spaces of #dbd7fb

RGB 219215251
HSL0.690.820.91
HSV247°14°98°
CMYK 0.130.140.00   0.02
XYZ70.926470.6260101.1607
Yxy70.62600.29220.2910
Hunter Lab84.03933.5794-12.5417
CIE-Lab87.30308.2451-17.0468

#dbd7fb color RGB value is (219,215,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 11111011
Octal 333 327 373
Decimal 219 215 251
Hex DB D7 FB

RGB Percentages of Color #dbd7fb

%31.97
%31.39
%36.64

CMYK Percentages of Color #dbd7fb

%13
%14
%0
%2

Triadic Colors of #dbd7fb

#dbd7fb #fbdbd7 #d7fbdb

Analogous Colors of #dbd7fb

#dbd7fb #edd7fb #d7e5fb

Monochromatic Colors of #dbd7fb

#dbd7fb

Complementary Color

#dbd7fb #f7fbd7

#dbd7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd7fb Color CSS Codes

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

#dbd7fb Text Font Color

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

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


#dbd7fb Background Color

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

This div background color is #dbd7fb


#dbd7fb Border Color

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

This div border color is #dbd7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.