Color Hex Logo

#dbabf7 Color Hex

#DBABF7
(219,171,247)
0 Favorites   0 Comments

Color spaces of #dbabf7

RGB 219171247
HSL0.770.830.82
HSV278°31°97°
CMYK 0.110.310.00   0.03
XYZ60.564850.901394.6285
Yxy50.90130.29390.2470
Hunter Lab71.345126.6744-28.6976
CIE-Lab76.619231.0390-31.1728

#dbabf7 color RGB value is (219,171,247).

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

The process color (four color CMYK) of #dbabf7 color hex is 0.11, 0.31, 0.00, 0.03. Web safe color of #dbabf7 is #cc99ff. Color #dbabf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11110111
Octal 333 253 367
Decimal 219 171 247
Hex DB AB F7

RGB Percentages of Color #dbabf7

%34.38
%26.84
%38.78

CMYK Percentages of Color #dbabf7

%11
%31
%0
%3

Triadic Colors of #dbabf7

#dbabf7 #f7dbab #abf7db

Analogous Colors of #dbabf7

#dbabf7 #f7abed #b5abf7

Monochromatic Colors of #dbabf7

#dbabf7

Complementary Color

#dbabf7 #c7f7ab

#dbabf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabf7 Color CSS Codes

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

#dbabf7 Text Font Color

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

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


#dbabf7 Background Color

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

This div background color is #dbabf7


#dbabf7 Border Color

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

This div border color is #dbabf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabf7


Comments

No comments written yet.

Please login to write comment.