Color Hex Logo

#dbadea Color Hex

#DBADEA
(219,173,234)
0 Favorites   0 Comments

Color spaces of #dbadea

RGB 219173234
HSL0.790.590.80
HSV285°26°92°
CMYK 0.060.260.00   0.08
XYZ59.008350.887784.5541
Yxy50.88770.30350.2617
Hunter Lab71.335622.8166-20.3415
CIE-Lab76.610927.3567-24.1582

#dbadea color RGB value is (219,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11101010
Octal 333 255 352
Decimal 219 173 234
Hex DB AD EA

RGB Percentages of Color #dbadea

%34.98
%27.64
%37.38

CMYK Percentages of Color #dbadea

%6
%26
%0
%8

Triadic Colors of #dbadea

#dbadea #eadbad #adeadb

Analogous Colors of #dbadea

#dbadea #eaaddb #bdadea

Monochromatic Colors of #dbadea

#dbadea

Complementary Color

#dbadea #bceaad

#dbadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadea Color CSS Codes

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

#dbadea Text Font Color

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

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


#dbadea Background Color

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

This div background color is #dbadea


#dbadea Border Color

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

This div border color is #dbadea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,173,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 #dbadea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadea

#dbadea Color Palettes


Comments

No comments written yet.

Please login to write comment.