Color Hex Logo

#dbd7fa Color Hex

#DBD7FA
(219,215,250)
0 Favorites   0 Comments

Color spaces of #dbd7fa

RGB 219215250
HSL0.690.780.91
HSV247°14°98°
CMYK 0.120.140.00   0.02
XYZ70.769270.5631100.3326
Yxy70.56310.29280.2920
Hunter Lab84.00183.3780-12.0152
CIE-Lab87.27238.0420-16.5657

#dbd7fa color RGB value is (219,215,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 11111010
Octal 333 327 372
Decimal 219 215 250
Hex DB D7 FA

RGB Percentages of Color #dbd7fa

%32.02
%31.43
%36.55

CMYK Percentages of Color #dbd7fa

%12
%14
%0
%2

Triadic Colors of #dbd7fa

#dbd7fa #fadbd7 #d7fadb

Analogous Colors of #dbd7fa

#dbd7fa #edd7fa #d7e5fa

Monochromatic Colors of #dbd7fa

#dbd7fa

Complementary Color

#dbd7fa #f6fad7

#dbd7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd7fa Color CSS Codes

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

#dbd7fa Text Font Color

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

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


#dbd7fa Background Color

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

This div background color is #dbd7fa


#dbd7fa Border Color

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

This div border color is #dbd7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd7fa


Comments

No comments written yet.

Please login to write comment.