Color Hex Logo

#dba1df Color Hex

#DBA1DF
(219,161,223)
0 Favorites   0 Comments

Color spaces of #dba1df

RGB 219161223
HSL0.820.490.75
HSV296°28°87°
CMYK 0.020.280.00   0.13
XYZ55.277645.877575.7538
Yxy45.87750.31250.2593
Hunter Lab67.732927.1432-18.8980
CIE-Lab73.466031.7270-22.9678

#dba1df color RGB value is (219,161,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 11011111
Octal 333 241 337
Decimal 219 161 223
Hex DB A1 DF

RGB Percentages of Color #dba1df

%36.32
%26.70
%36.98

CMYK Percentages of Color #dba1df

%2
%28
%0
%13

Triadic Colors of #dba1df

#dba1df #dfdba1 #a1dfdb

Analogous Colors of #dba1df

#dba1df #dfa1c4 #bca1df

Monochromatic Colors of #dba1df

#dba1df

Complementary Color

#dba1df #a5dfa1

#dba1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba1df Color CSS Codes

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

#dba1df Text Font Color

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

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


#dba1df Background Color

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

This div background color is #dba1df


#dba1df Border Color

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

This div border color is #dba1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba1df


Comments

No comments written yet.

Please login to write comment.