Color Hex Logo

#dbc6fa Color Hex

#DBC6FA
(219,198,250)
0 Favorites   0 Comments

Color spaces of #dbc6fa

RGB 219198250
HSL0.730.840.88
HSV264°21°98°
CMYK 0.120.210.00   0.02
XYZ66.662862.350498.9638
Yxy62.35040.29240.2735
Hunter Lab78.962312.5122-19.0349
CIE-Lab83.099417.0881-22.8713

#dbc6fa color RGB value is (219,198,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 11111010
Octal 333 306 372
Decimal 219 198 250
Hex DB C6 FA

RGB Percentages of Color #dbc6fa

%32.83
%29.69
%37.48

CMYK Percentages of Color #dbc6fa

%12
%21
%0
%2

Triadic Colors of #dbc6fa

#dbc6fa #fadbc6 #c6fadb

Analogous Colors of #dbc6fa

#dbc6fa #f5c6fa #c6cbfa

Monochromatic Colors of #dbc6fa

#dbc6fa

Complementary Color

#dbc6fa #e5fac6

#dbc6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc6fa Color CSS Codes

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

#dbc6fa Text Font Color

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

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


#dbc6fa Background Color

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

This div background color is #dbc6fa


#dbc6fa Border Color

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

This div border color is #dbc6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc6fa


Comments

No comments written yet.

Please login to write comment.