Color Hex Logo

#dbc2fa Color Hex

#DBC2FA
(219,194,250)
0 Favorites   0 Comments

Color spaces of #dbc2fa

RGB 219194250
HSL0.740.850.87
HSV267°22°98°
CMYK 0.120.220.00   0.02
XYZ65.760560.545898.6630
Yxy60.54580.29230.2691
Hunter Lab77.811214.6860-20.7107
CIE-Lab82.134019.2361-24.3394

#dbc2fa color RGB value is (219,194,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 11111010
Octal 333 302 372
Decimal 219 194 250
Hex DB C2 FA

RGB Percentages of Color #dbc2fa

%33.03
%29.26
%37.71

CMYK Percentages of Color #dbc2fa

%12
%22
%0
%2

Triadic Colors of #dbc2fa

#dbc2fa #fadbc2 #c2fadb

Analogous Colors of #dbc2fa

#dbc2fa #f7c2fa #c2c5fa

Monochromatic Colors of #dbc2fa

#dbc2fa

Complementary Color

#dbc2fa #e1fac2

#dbc2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc2fa Color CSS Codes

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

#dbc2fa Text Font Color

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

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


#dbc2fa Background Color

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

This div background color is #dbc2fa


#dbc2fa Border Color

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

This div border color is #dbc2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc2fa


Comments

No comments written yet.

Please login to write comment.