Color Hex Logo

#ddabda Color Hex

#DDABDA
(221,171,218)
0 Favorites   0 Comments

Color spaces of #ddabda

RGB 221171218
HSL0.840.420.77
HSV304°23°87°
CMYK 0.000.230.01   0.13
XYZ57.036649.559972.8895
Yxy49.55990.31780.2761
Hunter Lab70.398821.4215-12.1085
CIE-Lab75.798326.0546-16.6841

#ddabda color RGB value is (221,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11011010
Octal 335 253 332
Decimal 221 171 218
Hex DD AB DA

RGB Percentages of Color #ddabda

%36.23
%28.03
%35.74

CMYK Percentages of Color #ddabda

%0
%23
%1
%13

Triadic Colors of #ddabda

#ddabda #daddab #abdadd

Analogous Colors of #ddabda

#ddabda #ddabc1 #c7abdd

Monochromatic Colors of #ddabda

#ddabda

Complementary Color

#ddabda #abddae

#ddabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabda Color CSS Codes

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

#ddabda Text Font Color

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

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


#ddabda Background Color

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

This div background color is #ddabda


#ddabda Border Color

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

This div border color is #ddabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabda


Comments

No comments written yet.

Please login to write comment.