Color Hex Logo

#dd1dac Color Hex

#DD1DAC
(221,29,172)
0 Favorites   0 Comments

Color spaces of #dd1dac

RGB 22129172
HSL0.880.770.49
HSV315°87°87°
CMYK 0.000.870.22   0.13
XYZ37.704619.229440.7541
Yxy19.22940.38600.1968
Hunter Lab43.851376.7394-24.4064
CIE-Lab50.954578.7884-28.6954

#dd1dac color RGB value is (221,29,172).

#dd1dac hex color red value is 221, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dd1dac hue: 0.88 , saturation: 0.77 and the lightness value of dd1dac is 0.49.

The process color (four color CMYK) of #dd1dac color hex is 0.00, 0.87, 0.22, 0.13. Web safe color of #dd1dac is #cc3399. Color #dd1dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011101 10101100
Octal 335 35 254
Decimal 221 29 172
Hex DD 1D AC

RGB Percentages of Color #dd1dac

%52.37
%6.87
%40.76

CMYK Percentages of Color #dd1dac

%0
%87
%22
%13

Triadic Colors of #dd1dac

#dd1dac #acdd1d #1dacdd

Analogous Colors of #dd1dac

#dd1dac #dd1d4c #ae1ddd

Monochromatic Colors of #dd1dac

#dd1dac

Complementary Color

#dd1dac #1ddd4e

#dd1dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1dac Color CSS Codes

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

#dd1dac Text Font Color

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

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


#dd1dac Background Color

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

This div background color is #dd1dac


#dd1dac Border Color

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

This div border color is #dd1dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1dac


Comments

No comments written yet.

Please login to write comment.