Color Hex Logo

#dda0d3 Color Hex

#DDA0D3
(221,160,211)
0 Favorites   0 Comments

Color spaces of #dda0d3

RGB 221160211
HSL0.860.470.75
HSV310°28°87°
CMYK 0.000.280.05   0.13
XYZ54.147545.216967.5019
Yxy45.21690.32450.2710
Hunter Lab67.243526.0601-12.4474
CIE-Lab73.034530.7232-17.0280

#dda0d3 color RGB value is (221,160,211).

#dda0d3 hex color red value is 221, green value is 160 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #dda0d3 hue: 0.86 , saturation: 0.47 and the lightness value of dda0d3 is 0.75.

The process color (four color CMYK) of #dda0d3 color hex is 0.00, 0.28, 0.05, 0.13. Web safe color of #dda0d3 is #cc99cc. Color #dda0d3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 11010011
Octal 335 240 323
Decimal 221 160 211
Hex DD A0 D3

RGB Percentages of Color #dda0d3

%37.33
%27.03
%35.64

CMYK Percentages of Color #dda0d3

%0
%28
%5
%13

Triadic Colors of #dda0d3

#dda0d3 #d3dda0 #a0d3dd

Analogous Colors of #dda0d3

#dda0d3 #dda0b5 #c9a0dd

Monochromatic Colors of #dda0d3

#dda0d3

Complementary Color

#dda0d3 #a0ddaa

#dda0d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda0d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda0d3 Color CSS Codes

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

#dda0d3 Text Font Color

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

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


#dda0d3 Background Color

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

This div background color is #dda0d3


#dda0d3 Border Color

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

This div border color is #dda0d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda0d3


Comments

No comments written yet.

Please login to write comment.