Color Hex Logo

#dbaaea Color Hex

#DBAAEA
(219,170,234)
0 Favorites   0 Comments

Color spaces of #dbaaea

RGB 219170234
HSL0.790.600.79
HSV286°27°92°
CMYK 0.060.270.00   0.08
XYZ58.439449.750084.3645
Yxy49.75000.30350.2584
Hunter Lab70.533724.4590-21.5425
CIE-Lab75.915628.9788-25.2196

#dbaaea color RGB value is (219,170,234).

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

The process color (four color CMYK) of #dbaaea color hex is 0.06, 0.27, 0.00, 0.08. Web safe color of #dbaaea is #cc99ff. Color #dbaaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11101010
Octal 333 252 352
Decimal 219 170 234
Hex DB AA EA

RGB Percentages of Color #dbaaea

%35.15
%27.29
%37.56

CMYK Percentages of Color #dbaaea

%6
%27
%0
%8

Triadic Colors of #dbaaea

#dbaaea #eadbaa #aaeadb

Analogous Colors of #dbaaea

#dbaaea #eaaad9 #bbaaea

Monochromatic Colors of #dbaaea

#dbaaea

Complementary Color

#dbaaea #b9eaaa

#dbaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaaea Color CSS Codes

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

#dbaaea Text Font Color

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

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


#dbaaea Background Color

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

This div background color is #dbaaea


#dbaaea Border Color

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

This div border color is #dbaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaaea


Comments

No comments written yet.

Please login to write comment.