Color Hex Logo

#dbaaf1 Color Hex

#DBAAF1
(219,170,241)
0 Favorites   0 Comments

Color spaces of #dbaaf1

RGB 219170241
HSL0.780.720.81
HSV281°29°95°
CMYK 0.090.290.00   0.05
XYZ59.465350.160489.7668
Yxy50.16040.29820.2516
Hunter Lab70.824025.9303-25.5711
CIE-Lab76.167630.3659-28.6251

#dbaaf1 color RGB value is (219,170,241).

#dbaaf1 hex color red value is 219, green value is 170 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #dbaaf1 hue: 0.78 , saturation: 0.72 and the lightness value of dbaaf1 is 0.81.

The process color (four color CMYK) of #dbaaf1 color hex is 0.09, 0.29, 0.00, 0.05. Web safe color of #dbaaf1 is #cc99ff. Color #dbaaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11110001
Octal 333 252 361
Decimal 219 170 241
Hex DB AA F1

RGB Percentages of Color #dbaaf1

%34.76
%26.98
%38.25

CMYK Percentages of Color #dbaaf1

%9
%29
%0
%5

Triadic Colors of #dbaaf1

#dbaaf1 #f1dbaa #aaf1db

Analogous Colors of #dbaaf1

#dbaaf1 #f1aae4 #b8aaf1

Monochromatic Colors of #dbaaf1

#dbaaf1

Complementary Color

#dbaaf1 #c0f1aa

#dbaaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaaf1 Color CSS Codes

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

#dbaaf1 Text Font Color

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

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


#dbaaf1 Background Color

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

This div background color is #dbaaf1


#dbaaf1 Border Color

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

This div border color is #dbaaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaaf1


Comments

No comments written yet.

Please login to write comment.