Color Hex Logo

#dbaaf7 Color Hex

#DBAAF7
(219,170,247)
0 Favorites   0 Comments

Color spaces of #dbaaf7

RGB 219170247
HSL0.770.830.82
HSV278°31°97°
CMYK 0.110.310.00   0.03
XYZ60.376650.524994.5658
Yxy50.52490.29390.2459
Hunter Lab71.080927.2277-29.1226
CIE-Lab76.390331.5794-31.5252

#dbaaf7 color RGB value is (219,170,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11110111
Octal 333 252 367
Decimal 219 170 247
Hex DB AA F7

RGB Percentages of Color #dbaaf7

%34.43
%26.73
%38.84

CMYK Percentages of Color #dbaaf7

%11
%31
%0
%3

Triadic Colors of #dbaaf7

#dbaaf7 #f7dbaa #aaf7db

Analogous Colors of #dbaaf7

#dbaaf7 #f7aaed #b5aaf7

Monochromatic Colors of #dbaaf7

#dbaaf7

Complementary Color

#dbaaf7 #c6f7aa

#dbaaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaaf7 Color CSS Codes

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

#dbaaf7 Text Font Color

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

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


#dbaaf7 Background Color

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

This div background color is #dbaaf7


#dbaaf7 Border Color

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

This div border color is #dbaaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaaf7


Comments

No comments written yet.

Please login to write comment.