Color Hex Logo

#dd44ae Color Hex

#DD44AE
(221,68,174)
0 Favorites   0 Comments

Color spaces of #dd44ae

RGB 22168174
HSL0.880.690.57
HSV318°69°87°
CMYK 0.000.690.21   0.13
XYZ39.525922.562442.3161
Yxy22.56240.37860.2161
Hunter Lab47.499965.4097-19.5696
CIE-Lab54.618768.8172-24.1962

#dd44ae color RGB value is (221,68,174).

#dd44ae hex color red value is 221, green value is 68 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd44ae hue: 0.88 , saturation: 0.69 and the lightness value of dd44ae is 0.57.

The process color (four color CMYK) of #dd44ae color hex is 0.00, 0.69, 0.21, 0.13. Web safe color of #dd44ae is #cc3399. Color #dd44ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000100 10101110
Octal 335 104 256
Decimal 221 68 174
Hex DD 44 AE

RGB Percentages of Color #dd44ae

%47.73
%14.69
%37.58

CMYK Percentages of Color #dd44ae

%0
%69
%21
%13

Triadic Colors of #dd44ae

#dd44ae #aedd44 #44aedd

Analogous Colors of #dd44ae

#dd44ae #dd4462 #c044dd

Monochromatic Colors of #dd44ae

#dd44ae

Complementary Color

#dd44ae #44dd73

#dd44ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd44ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd44ae Color CSS Codes

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

#dd44ae Text Font Color

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

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


#dd44ae Background Color

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

This div background color is #dd44ae


#dd44ae Border Color

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

This div border color is #dd44ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd44ae


Comments

No comments written yet.

Please login to write comment.