Color Hex Logo

#dba5dd Color Hex

#DBA5DD
(219,165,221)
0 Favorites   0 Comments

Color spaces of #dba5dd

RGB 219165221
HSL0.830.450.76
HSV298°25°87°
CMYK 0.010.250.00   0.13
XYZ55.719747.190874.5786
Yxy47.19080.31390.2659
Hunter Lab68.695624.5660-16.2807
CIE-Lab74.311629.1916-20.5885

#dba5dd color RGB value is (219,165,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 11011101
Octal 333 245 335
Decimal 219 165 221
Hex DB A5 DD

RGB Percentages of Color #dba5dd

%36.20
%27.27
%36.53

CMYK Percentages of Color #dba5dd

%1
%25
%0
%13

Triadic Colors of #dba5dd

#dba5dd #dddba5 #a5dddb

Analogous Colors of #dba5dd

#dba5dd #dda5c3 #bfa5dd

Monochromatic Colors of #dba5dd

#dba5dd

Complementary Color

#dba5dd #a7dda5

#dba5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba5dd Color CSS Codes

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

#dba5dd Text Font Color

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

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


#dba5dd Background Color

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

This div background color is #dba5dd


#dba5dd Border Color

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

This div border color is #dba5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba5dd


Comments

No comments written yet.

Please login to write comment.