Color Hex Logo

#dd3dac Color Hex

#DD3DAC
(221,61,172)
0 Favorites   0 Comments

Color spaces of #dd3dac

RGB 22161172
HSL0.880.700.55
HSV318°72°87°
CMYK 0.000.720.22   0.13
XYZ38.933921.688241.1639
Yxy21.68820.38250.2131
Hunter Lab46.570667.7309-19.8072
CIE-Lab53.694670.9277-24.4526

#dd3dac color RGB value is (221,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111101 10101100
Octal 335 75 254
Decimal 221 61 172
Hex DD 3D AC

RGB Percentages of Color #dd3dac

%48.68
%13.44
%37.89

CMYK Percentages of Color #dd3dac

%0
%72
%22
%13

Triadic Colors of #dd3dac

#dd3dac #acdd3d #3dacdd

Analogous Colors of #dd3dac

#dd3dac #dd3d5c #be3ddd

Monochromatic Colors of #dd3dac

#dd3dac

Complementary Color

#dd3dac #3ddd6e

#dd3dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3dac Color CSS Codes

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

#dd3dac Text Font Color

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

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


#dd3dac Background Color

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

This div background color is #dd3dac


#dd3dac Border Color

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

This div border color is #dd3dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3dac


Comments

No comments written yet.

Please login to write comment.