Color Hex Logo

#dbaafe Color Hex

#DBAAFE
(219,170,254)
0 Favorites   0 Comments

Color spaces of #dbaafe

RGB 219170254
HSL0.760.980.83
HSV275°33°100°
CMYK 0.140.330.00   0.00
XYZ61.477550.9653100.3630
Yxy50.96530.28890.2395
Hunter Lab71.390028.7828-33.3793
CIE-Lab76.658033.0223-34.8859

#dbaafe color RGB value is (219,170,254).

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

The process color (four color CMYK) of #dbaafe color hex is 0.14, 0.33, 0.00, 0.00. Web safe color of #dbaafe is #cc99ff. Color #dbaafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11111110
Octal 333 252 376
Decimal 219 170 254
Hex DB AA FE

RGB Percentages of Color #dbaafe

%34.06
%26.44
%39.50

CMYK Percentages of Color #dbaafe

%14
%33
%0
%0

Triadic Colors of #dbaafe

#dbaafe #fedbaa #aafedb

Analogous Colors of #dbaafe

#dbaafe #feaaf7 #b1aafe

Monochromatic Colors of #dbaafe

#dbaafe

Complementary Color

#dbaafe #cdfeaa

#dbaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaafe Color CSS Codes

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

#dbaafe Text Font Color

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

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


#dbaafe Background Color

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

This div background color is #dbaafe


#dbaafe Border Color

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

This div border color is #dbaafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaafe


Comments

No comments written yet.

Please login to write comment.