Color Hex Logo

#dba2dd Color Hex

#DBA2DD
(219,162,221)
0 Favorites   0 Comments

Color spaces of #dba2dd

RGB 219162221
HSL0.830.460.75
HSV298°27°87°
CMYK 0.010.270.00   0.13
XYZ55.184946.121274.4003
Yxy46.12120.31410.2625
Hunter Lab67.912626.1998-17.4152
CIE-Lab73.624130.8120-21.6333

#dba2dd color RGB value is (219,162,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 11011101
Octal 333 242 335
Decimal 219 162 221
Hex DB A2 DD

RGB Percentages of Color #dba2dd

%36.38
%26.91
%36.71

CMYK Percentages of Color #dba2dd

%1
%27
%0
%13

Triadic Colors of #dba2dd

#dba2dd #dddba2 #a2dddb

Analogous Colors of #dba2dd

#dba2dd #dda2c2 #bea2dd

Monochromatic Colors of #dba2dd

#dba2dd

Complementary Color

#dba2dd #a4dda2

#dba2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba2dd Color CSS Codes

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

#dba2dd Text Font Color

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

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


#dba2dd Background Color

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

This div background color is #dba2dd


#dba2dd Border Color

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

This div border color is #dba2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba2dd


Comments

No comments written yet.

Please login to write comment.