Color Hex Logo

#dda3db Color Hex

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

Color spaces of #dda3db

RGB 221163219
HSL0.840.460.75
HSV302°26°87°
CMYK 0.000.260.01   0.13
XYZ55.702246.681073.0923
Yxy46.68100.31740.2660
Hunter Lab68.323525.9599-15.6018
CIE-Lab73.985330.5546-19.9722

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

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

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

Base Numbers

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

RGB Percentages of Color #dda3db

%36.65
%27.03
%36.32

CMYK Percentages of Color #dda3db

%0
%26
%1
%13

Triadic Colors of #dda3db

#dda3db #dbdda3 #a3dbdd

Analogous Colors of #dda3db

#dda3db #dda3be #c2a3dd

Monochromatic Colors of #dda3db

#dda3db

Complementary Color

#dda3db #a3dda5

#dda3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda3db Color CSS Codes

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

#dda3db Text Font Color

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

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


#dda3db Background Color

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

This div background color is #dda3db


#dda3db Border Color

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

This div border color is #dda3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda3db


Comments

No comments written yet.

Please login to write comment.