Color Hex Logo

#dbabfa Color Hex

#DBABFA
(219,171,250)
0 Favorites   0 Comments

Color spaces of #dbabfa

RGB 219171250
HSL0.770.890.83
HSV276°32°98°
CMYK 0.120.320.00   0.02
XYZ61.031651.088097.0867
Yxy51.08800.29170.2442
Hunter Lab71.475927.3343-30.5013
CIE-Lab76.732331.6541-32.6164

#dbabfa color RGB value is (219,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11111010
Octal 333 253 372
Decimal 219 171 250
Hex DB AB FA

RGB Percentages of Color #dbabfa

%34.22
%26.72
%39.06

CMYK Percentages of Color #dbabfa

%12
%32
%0
%2

Triadic Colors of #dbabfa

#dbabfa #fadbab #abfadb

Analogous Colors of #dbabfa

#dbabfa #faabf2 #b4abfa

Monochromatic Colors of #dbabfa

#dbabfa

Complementary Color

#dbabfa #cafaab

#dbabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabfa Color CSS Codes

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

#dbabfa Text Font Color

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

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


#dbabfa Background Color

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

This div background color is #dbabfa


#dbabfa Border Color

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

This div border color is #dbabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabfa


Comments

No comments written yet.

Please login to write comment.