Color Hex Logo

#dbabf9 Color Hex

#DBABF9
(219,171,249)
0 Favorites   0 Comments

Color spaces of #dbabf9

RGB 219171249
HSL0.770.870.82
HSV277°31°98°
CMYK 0.120.310.00   0.02
XYZ60.875251.025496.2630
Yxy51.02540.29240.2451
Hunter Lab71.432127.1136-29.8977
CIE-Lab76.694431.4487-32.1358

#dbabf9 color RGB value is (219,171,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11111001
Octal 333 253 371
Decimal 219 171 249
Hex DB AB F9

RGB Percentages of Color #dbabf9

%34.27
%26.76
%38.97

CMYK Percentages of Color #dbabf9

%12
%31
%0
%2

Triadic Colors of #dbabf9

#dbabf9 #f9dbab #abf9db

Analogous Colors of #dbabf9

#dbabf9 #f9abf0 #b4abf9

Monochromatic Colors of #dbabf9

#dbabf9

Complementary Color

#dbabf9 #c9f9ab

#dbabf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabf9 Color CSS Codes

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

#dbabf9 Text Font Color

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

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


#dbabf9 Background Color

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

This div background color is #dbabf9


#dbabf9 Border Color

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

This div border color is #dbabf9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,171,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbabf9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabf9


Comments

No comments written yet.

Please login to write comment.