Color Hex Logo

#dd4aac Color Hex

#DD4AAC
(221,74,172)
0 Favorites   0 Comments

Color spaces of #dd4aac

RGB 22174172
HSL0.890.680.58
HSV320°67°87°
CMYK 0.000.670.22   0.13
XYZ39.714023.248341.4239
Yxy23.24830.38050.2227
Hunter Lab48.216562.6445-17.1859
CIE-Lab55.327266.3545-21.9416

#dd4aac color RGB value is (221,74,172).

#dd4aac hex color red value is 221, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dd4aac hue: 0.89 , saturation: 0.68 and the lightness value of dd4aac is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001010 10101100
Octal 335 112 254
Decimal 221 74 172
Hex DD 4A AC

RGB Percentages of Color #dd4aac

%47.32
%15.85
%36.83

CMYK Percentages of Color #dd4aac

%0
%67
%22
%13

Triadic Colors of #dd4aac

#dd4aac #acdd4a #4aacdd

Analogous Colors of #dd4aac

#dd4aac #dd4a63 #c54add

Monochromatic Colors of #dd4aac

#dd4aac

Complementary Color

#dd4aac #4add7b

#dd4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4aac Color CSS Codes

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

#dd4aac Text Font Color

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

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


#dd4aac Background Color

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

This div background color is #dd4aac


#dd4aac Border Color

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

This div border color is #dd4aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4aac


Comments

No comments written yet.

Please login to write comment.