Color Hex Logo

#ddabd1 Color Hex

#DDABD1
(221,171,209)
0 Favorites   0 Comments

Color spaces of #ddabd1

RGB 221171209
HSL0.870.420.77
HSV314°23°87°
CMYK 0.000.230.05   0.13
XYZ55.890349.101466.8534
Yxy49.10140.32520.2857
Hunter Lab70.072419.7463-7.5157
CIE-Lab75.514424.4341-12.2044

#ddabd1 color RGB value is (221,171,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11010001
Octal 335 253 321
Decimal 221 171 209
Hex DD AB D1

RGB Percentages of Color #ddabd1

%36.77
%28.45
%34.78

CMYK Percentages of Color #ddabd1

%0
%23
%5
%13

Triadic Colors of #ddabd1

#ddabd1 #d1ddab #abd1dd

Analogous Colors of #ddabd1

#ddabd1 #ddabb8 #d0abdd

Monochromatic Colors of #ddabd1

#ddabd1

Complementary Color

#ddabd1 #abddb7

#ddabd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabd1 Color CSS Codes

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

#ddabd1 Text Font Color

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

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


#ddabd1 Background Color

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

This div background color is #ddabd1


#ddabd1 Border Color

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

This div border color is #ddabd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabd1


Comments

No comments written yet.

Please login to write comment.