Color Hex Logo

#dba6df Color Hex

#DBA6DF
(219,166,223)
0 Favorites   0 Comments

Color spaces of #dba6df

RGB 219166223
HSL0.820.470.76
HSV296°26°87°
CMYK 0.020.260.00   0.13
XYZ56.168947.660276.0510
Yxy47.66020.31230.2650
Hunter Lab69.036424.4163-16.9889
CIE-Lab74.610129.0267-21.2266

#dba6df color RGB value is (219,166,223).

#dba6df hex color red value is 219, green value is 166 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dba6df hue: 0.82 , saturation: 0.47 and the lightness value of dba6df is 0.76.

The process color (four color CMYK) of #dba6df color hex is 0.02, 0.26, 0.00, 0.13. Web safe color of #dba6df is #cc99cc. Color #dba6df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 11011111
Octal 333 246 337
Decimal 219 166 223
Hex DB A6 DF

RGB Percentages of Color #dba6df

%36.02
%27.30
%36.68

CMYK Percentages of Color #dba6df

%2
%26
%0
%13

Triadic Colors of #dba6df

#dba6df #dfdba6 #a6dfdb

Analogous Colors of #dba6df

#dba6df #dfa6c7 #bfa6df

Monochromatic Colors of #dba6df

#dba6df

Complementary Color

#dba6df #aadfa6

#dba6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba6df Color CSS Codes

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

#dba6df Text Font Color

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

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


#dba6df Background Color

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

This div background color is #dba6df


#dba6df Border Color

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

This div border color is #dba6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba6df


Comments

No comments written yet.

Please login to write comment.