Color Hex Logo

#dda8da Color Hex

#DDA8DA
(221,168,218)
0 Favorites   0 Comments

Color spaces of #dda8da

RGB 221168218
HSL0.840.440.76
HSV303°24°87°
CMYK 0.000.240.01   0.13
XYZ56.476348.439472.7028
Yxy48.43940.31800.2727
Hunter Lab69.598423.0483-13.2157
CIE-Lab75.101227.6738-17.7365

#dda8da color RGB value is (221,168,218).

#dda8da hex color red value is 221, green value is 168 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dda8da hue: 0.84 , saturation: 0.44 and the lightness value of dda8da is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 11011010
Octal 335 250 332
Decimal 221 168 218
Hex DD A8 DA

RGB Percentages of Color #dda8da

%36.41
%27.68
%35.91

CMYK Percentages of Color #dda8da

%0
%24
%1
%13

Triadic Colors of #dda8da

#dda8da #dadda8 #a8dadd

Analogous Colors of #dda8da

#dda8da #dda8c0 #c6a8dd

Monochromatic Colors of #dda8da

#dda8da

Complementary Color

#dda8da #a8ddab

#dda8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda8da Color CSS Codes

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

#dda8da Text Font Color

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

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


#dda8da Background Color

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

This div background color is #dda8da


#dda8da Border Color

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

This div border color is #dda8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda8da


Comments

No comments written yet.

Please login to write comment.