Color Hex Logo

#dba7dd Color Hex

#DBA7DD
(219,167,221)
0 Favorites   0 Comments

Color spaces of #dba7dd

RGB 219167221
HSL0.830.440.76
HSV298°24°87°
CMYK 0.010.240.00   0.13
XYZ56.083347.918074.6998
Yxy47.91800.31380.2681
Hunter Lab69.222823.4781-15.5251
CIE-Lab74.773228.1105-19.8882

#dba7dd color RGB value is (219,167,221).

#dba7dd hex color red value is 219, green value is 167 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dba7dd hue: 0.83 , saturation: 0.44 and the lightness value of dba7dd is 0.76.

The process color (four color CMYK) of #dba7dd color hex is 0.01, 0.24, 0.00, 0.13. Web safe color of #dba7dd is #cc99cc. Color #dba7dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 11011101
Octal 333 247 335
Decimal 219 167 221
Hex DB A7 DD

RGB Percentages of Color #dba7dd

%36.08
%27.51
%36.41

CMYK Percentages of Color #dba7dd

%1
%24
%0
%13

Triadic Colors of #dba7dd

#dba7dd #dddba7 #a7dddb

Analogous Colors of #dba7dd

#dba7dd #dda7c4 #c0a7dd

Monochromatic Colors of #dba7dd

#dba7dd

Complementary Color

#dba7dd #a9dda7

#dba7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba7dd Color CSS Codes

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

#dba7dd Text Font Color

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

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


#dba7dd Background Color

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

This div background color is #dba7dd


#dba7dd Border Color

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

This div border color is #dba7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba7dd


Comments

No comments written yet.

Please login to write comment.