Color Hex Logo

#dbd7fc Color Hex

#DBD7FC
(219,215,252)
0 Favorites   0 Comments

Color spaces of #dbd7fc

RGB 219215252
HSL0.680.860.92
HSV246°15°99°
CMYK 0.130.150.00   0.01
XYZ71.084570.6892101.9933
Yxy70.68920.29160.2900
Hunter Lab84.07693.7819-13.0706
CIE-Lab87.33388.4491-17.5276

#dbd7fc color RGB value is (219,215,252).

#dbd7fc hex color red value is 219, green value is 215 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dbd7fc hue: 0.68 , saturation: 0.86 and the lightness value of dbd7fc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 11111100
Octal 333 327 374
Decimal 219 215 252
Hex DB D7 FC

RGB Percentages of Color #dbd7fc

%31.92
%31.34
%36.73

CMYK Percentages of Color #dbd7fc

%13
%15
%0
%1

Triadic Colors of #dbd7fc

#dbd7fc #fcdbd7 #d7fcdb

Analogous Colors of #dbd7fc

#dbd7fc #eed7fc #d7e6fc

Monochromatic Colors of #dbd7fc

#dbd7fc

Complementary Color

#dbd7fc #f8fcd7

#dbd7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd7fc Color CSS Codes

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

#dbd7fc Text Font Color

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

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


#dbd7fc Background Color

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

This div background color is #dbd7fc


#dbd7fc Border Color

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

This div border color is #dbd7fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,215,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.