Color Hex Logo

#dba6ed Color Hex

#DBA6ED
(219,166,237)
0 Favorites   0 Comments

Color spaces of #dba6ed

RGB 219166237
HSL0.790.660.79
HSV285°30°93°
CMYK 0.080.300.00   0.07
XYZ58.135748.446986.4079
Yxy48.44690.30120.2510
Hunter Lab69.603827.2832-24.8814
CIE-Lab75.105931.7308-28.0868

#dba6ed color RGB value is (219,166,237).

#dba6ed hex color red value is 219, green value is 166 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dba6ed hue: 0.79 , saturation: 0.66 and the lightness value of dba6ed is 0.79.

The process color (four color CMYK) of #dba6ed color hex is 0.08, 0.30, 0.00, 0.07. Web safe color of #dba6ed is #cc99ff. Color #dba6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 11101101
Octal 333 246 355
Decimal 219 166 237
Hex DB A6 ED

RGB Percentages of Color #dba6ed

%35.21
%26.69
%38.10

CMYK Percentages of Color #dba6ed

%8
%30
%0
%7

Triadic Colors of #dba6ed

#dba6ed #eddba6 #a6eddb

Analogous Colors of #dba6ed

#dba6ed #eda6dc #b8a6ed

Monochromatic Colors of #dba6ed

#dba6ed

Complementary Color

#dba6ed #b8eda6

#dba6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba6ed Color CSS Codes

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

#dba6ed Text Font Color

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

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


#dba6ed Background Color

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

This div background color is #dba6ed


#dba6ed Border Color

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

This div border color is #dba6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba6ed

#dba6ed Color Palettes


Comments

No comments written yet.

Please login to write comment.