Color Hex Logo

#dba3dd Color Hex

#DBA3DD
(219,163,221)
0 Favorites   0 Comments

Color spaces of #dba3dd

RGB 219163221
HSL0.830.460.75
HSV298°26°87°
CMYK 0.010.260.00   0.13
XYZ55.361846.474974.4593
Yxy46.47490.31400.2636
Hunter Lab68.172525.6551-17.0369
CIE-Lab73.852630.2722-21.2859

#dba3dd color RGB value is (219,163,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 11011101
Octal 333 243 335
Decimal 219 163 221
Hex DB A3 DD

RGB Percentages of Color #dba3dd

%36.32
%27.03
%36.65

CMYK Percentages of Color #dba3dd

%1
%26
%0
%13

Triadic Colors of #dba3dd

#dba3dd #dddba3 #a3dddb

Analogous Colors of #dba3dd

#dba3dd #dda3c2 #bea3dd

Monochromatic Colors of #dba3dd

#dba3dd

Complementary Color

#dba3dd #a5dda3

#dba3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba3dd Color CSS Codes

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

#dba3dd Text Font Color

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

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


#dba3dd Background Color

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

This div background color is #dba3dd


#dba3dd Border Color

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

This div border color is #dba3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba3dd


Comments

No comments written yet.

Please login to write comment.