Color Hex Logo

#dd74ac Color Hex

#DD74AC
(221,116,172)
0 Favorites   0 Comments

Color spaces of #dd74ac

RGB 221116172
HSL0.910.610.66
HSV328°48°87°
CMYK 0.000.480.22   0.13
XYZ43.510630.841542.6895
Yxy30.84150.37180.2635
Hunter Lab55.535142.6645-6.7013
CIE-Lab62.373647.5329-11.2537

#dd74ac color RGB value is (221,116,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 10101100
Octal 335 164 254
Decimal 221 116 172
Hex DD 74 AC

RGB Percentages of Color #dd74ac

%43.42
%22.79
%33.79

CMYK Percentages of Color #dd74ac

%0
%48
%22
%13

Triadic Colors of #dd74ac

#dd74ac #acdd74 #74acdd

Analogous Colors of #dd74ac

#dd74ac #dd7478 #da74dd

Monochromatic Colors of #dd74ac

#dd74ac

Complementary Color

#dd74ac #74dda5

#dd74ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd74ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd74ac Color CSS Codes

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

#dd74ac Text Font Color

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

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


#dd74ac Background Color

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

This div background color is #dd74ac


#dd74ac Border Color

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

This div border color is #dd74ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd74ac


Comments

No comments written yet.

Please login to write comment.