Color Hex Logo

#dbc5fa Color Hex

#DBC5FA
(219,197,250)
0 Favorites   0 Comments

Color spaces of #dbc5fa

RGB 219197250
HSL0.740.840.88
HSV265°21°98°
CMYK 0.120.210.00   0.02
XYZ66.435061.894798.8878
Yxy61.89470.29240.2724
Hunter Lab78.673213.0550-19.4530
CIE-Lab82.857417.6247-23.2389

#dbc5fa color RGB value is (219,197,250).

#dbc5fa hex color red value is 219, green value is 197 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dbc5fa hue: 0.74 , saturation: 0.84 and the lightness value of dbc5fa is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 11111010
Octal 333 305 372
Decimal 219 197 250
Hex DB C5 FA

RGB Percentages of Color #dbc5fa

%32.88
%29.58
%37.54

CMYK Percentages of Color #dbc5fa

%12
%21
%0
%2

Triadic Colors of #dbc5fa

#dbc5fa #fadbc5 #c5fadb

Analogous Colors of #dbc5fa

#dbc5fa #f6c5fa #c5cafa

Monochromatic Colors of #dbc5fa

#dbc5fa

Complementary Color

#dbc5fa #e4fac5

#dbc5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc5fa Color CSS Codes

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

#dbc5fa Text Font Color

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

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


#dbc5fa Background Color

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

This div background color is #dbc5fa


#dbc5fa Border Color

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

This div border color is #dbc5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc5fa


Comments

No comments written yet.

Please login to write comment.