Color Hex Logo

#dbaaf5 Color Hex

#DBAAF5
(219,170,245)
0 Favorites   0 Comments

Color spaces of #dbaaf5

RGB 219170245
HSL0.780.790.81
HSV279°31°96°
CMYK 0.110.310.00   0.04
XYZ60.069650.402192.9488
Yxy50.40210.29530.2478
Hunter Lab70.994426.7916-27.9288
CIE-Lab76.315431.1725-30.5605

#dbaaf5 color RGB value is (219,170,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11110101
Octal 333 252 365
Decimal 219 170 245
Hex DB AA F5

RGB Percentages of Color #dbaaf5

%34.54
%26.81
%38.64

CMYK Percentages of Color #dbaaf5

%11
%31
%0
%4

Triadic Colors of #dbaaf5

#dbaaf5 #f5dbaa #aaf5db

Analogous Colors of #dbaaf5

#dbaaf5 #f5aaea #b6aaf5

Monochromatic Colors of #dbaaf5

#dbaaf5

Complementary Color

#dbaaf5 #c4f5aa

#dbaaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaaf5 Color CSS Codes

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

#dbaaf5 Text Font Color

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

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


#dbaaf5 Background Color

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

This div background color is #dbaaf5


#dbaaf5 Border Color

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

This div border color is #dbaaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaaf5


Comments

No comments written yet.

Please login to write comment.