Color Hex Logo

#dd73ac Color Hex

#DD73AC
(221,115,172)
0 Favorites   0 Comments

Color spaces of #dd73ac

RGB 221115172
HSL0.910.610.66
HSV328°48°87°
CMYK 0.000.480.22   0.13
XYZ43.395930.612242.6512
Yxy30.61220.37200.2624
Hunter Lab55.328343.1792-6.9754
CIE-Lab62.178948.0333-11.5457

#dd73ac color RGB value is (221,115,172).

#dd73ac hex color red value is 221, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dd73ac hue: 0.91 , saturation: 0.61 and the lightness value of dd73ac is 0.66.

The process color (four color CMYK) of #dd73ac color hex is 0.00, 0.48, 0.22, 0.13. Web safe color of #dd73ac is #cc6699. Color #dd73ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 10101100
Octal 335 163 254
Decimal 221 115 172
Hex DD 73 AC

RGB Percentages of Color #dd73ac

%43.50
%22.64
%33.86

CMYK Percentages of Color #dd73ac

%0
%48
%22
%13

Triadic Colors of #dd73ac

#dd73ac #acdd73 #73acdd

Analogous Colors of #dd73ac

#dd73ac #dd7377 #d973dd

Monochromatic Colors of #dd73ac

#dd73ac

Complementary Color

#dd73ac #73dda4

#dd73ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd73ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd73ac Color CSS Codes

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

#dd73ac Text Font Color

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

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


#dd73ac Background Color

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

This div background color is #dd73ac


#dd73ac Border Color

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

This div border color is #dd73ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd73ac

#dd73ac Color Palettes


Comments

No comments written yet.

Please login to write comment.