Color Hex Logo

#dbc1fa Color Hex

#DBC1FA
(219,193,250)
0 Favorites   0 Comments

Color spaces of #dbc1fa

RGB 219193250
HSL0.740.850.87
HSV267°23°98°
CMYK 0.120.230.00   0.02
XYZ65.538760.102198.5891
Yxy60.10210.29230.2680
Hunter Lab77.525515.2310-21.1311
CIE-Lab81.893719.7742-24.7053

#dbc1fa color RGB value is (219,193,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 11111010
Octal 333 301 372
Decimal 219 193 250
Hex DB C1 FA

RGB Percentages of Color #dbc1fa

%33.08
%29.15
%37.76

CMYK Percentages of Color #dbc1fa

%12
%23
%0
%2

Triadic Colors of #dbc1fa

#dbc1fa #fadbc1 #c1fadb

Analogous Colors of #dbc1fa

#dbc1fa #f8c1fa #c1c4fa

Monochromatic Colors of #dbc1fa

#dbc1fa

Complementary Color

#dbc1fa #e0fac1

#dbc1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc1fa Color CSS Codes

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

#dbc1fa Text Font Color

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

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


#dbc1fa Background Color

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

This div background color is #dbc1fa


#dbc1fa Border Color

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

This div border color is #dbc1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc1fa


Comments

No comments written yet.

Please login to write comment.