Color Hex Logo

#dbaada Color Hex

#DBAADA
(219,170,218)
0 Favorites   0 Comments

Color spaces of #dbaada

RGB 219170218
HSL0.840.400.76
HSV301°22°86°
CMYK 0.000.220.00   0.14
XYZ56.243048.871572.7985
Yxy48.87150.31610.2747
Hunter Lab69.908221.2688-12.8056
CIE-Lab75.371325.9300-17.3475

#dbaada color RGB value is (219,170,218).

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

The process color (four color CMYK) of #dbaada color hex is 0.00, 0.22, 0.00, 0.14. Web safe color of #dbaada is #cc99cc. Color #dbaada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11011010
Octal 333 252 332
Decimal 219 170 218
Hex DB AA DA

RGB Percentages of Color #dbaada

%36.08
%28.01
%35.91

CMYK Percentages of Color #dbaada

%0
%22
%0
%14

Triadic Colors of #dbaada

#dbaada #dadbaa #aadadb

Analogous Colors of #dbaada

#dbaada #dbaac2 #c4aadb

Monochromatic Colors of #dbaada

#dbaada

Complementary Color

#dbaada #aadbab

#dbaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaada Color CSS Codes

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

#dbaada Text Font Color

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

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


#dbaada Background Color

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

This div background color is #dbaada


#dbaada Border Color

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

This div border color is #dbaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaada


Comments

No comments written yet.

Please login to write comment.