Color Hex Logo

#ddaada Color Hex

#DDAADA
(221,170,218)
0 Favorites   0 Comments

Color spaces of #ddaada

RGB 221170218
HSL0.840.430.77
HSV304°23°87°
CMYK 0.000.230.01   0.13
XYZ56.848449.183672.8268
Yxy49.18360.31780.2750
Hunter Lab70.131021.9633-12.4773
CIE-Lab75.565426.5942-17.0356

#ddaada color RGB value is (221,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11011010
Octal 335 252 332
Decimal 221 170 218
Hex DD AA DA

RGB Percentages of Color #ddaada

%36.29
%27.91
%35.80

CMYK Percentages of Color #ddaada

%0
%23
%1
%13

Triadic Colors of #ddaada

#ddaada #daddaa #aadadd

Analogous Colors of #ddaada

#ddaada #ddaac1 #c7aadd

Monochromatic Colors of #ddaada

#ddaada

Complementary Color

#ddaada #aaddad

#ddaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaada Color CSS Codes

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

#ddaada Text Font Color

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

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


#ddaada Background Color

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

This div background color is #ddaada


#ddaada Border Color

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

This div border color is #ddaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaada


Comments

No comments written yet.

Please login to write comment.