Color Hex Logo

#dba3fa Color Hex

#DBA3FA
(219,163,250)
0 Favorites   0 Comments

Color spaces of #dba3fa

RGB 219163250
HSL0.770.900.81
HSV279°35°98°
CMYK 0.120.350.00   0.02
XYZ59.565948.156696.5982
Yxy48.15660.29150.2357
Hunter Lab69.395031.7762-33.9556
CIE-Lab74.923635.9691-35.4114

#dba3fa color RGB value is (219,163,250).

#dba3fa hex color red value is 219, green value is 163 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dba3fa hue: 0.77 , saturation: 0.90 and the lightness value of dba3fa is 0.81.

The process color (four color CMYK) of #dba3fa color hex is 0.12, 0.35, 0.00, 0.02. Web safe color of #dba3fa is #cc99ff. Color #dba3fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 11111010
Octal 333 243 372
Decimal 219 163 250
Hex DB A3 FA

RGB Percentages of Color #dba3fa

%34.65
%25.79
%39.56

CMYK Percentages of Color #dba3fa

%12
%35
%0
%2

Triadic Colors of #dba3fa

#dba3fa #fadba3 #a3fadb

Analogous Colors of #dba3fa

#dba3fa #faa3ee #b0a3fa

Monochromatic Colors of #dba3fa

#dba3fa

Complementary Color

#dba3fa #c2faa3

#dba3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba3fa Color CSS Codes

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

#dba3fa Text Font Color

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

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


#dba3fa Background Color

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

This div background color is #dba3fa


#dba3fa Border Color

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

This div border color is #dba3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba3fa

Related Colors


Comments

No comments written yet.

Please login to write comment.