Color Hex Logo

#dd54aa Color Hex

#DD54AA
(221,84,170)
0 Favorites   0 Comments

Color spaces of #dd54aa

RGB 22184170
HSL0.900.670.60
HSV322°62°87°
CMYK 0.000.620.23   0.13
XYZ40.244824.615140.6603
Yxy24.61510.38140.2333
Hunter Lab49.613657.9691-13.8610
CIE-Lab56.698562.1018-18.6814

#dd54aa color RGB value is (221,84,170).

#dd54aa hex color red value is 221, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dd54aa hue: 0.90 , saturation: 0.67 and the lightness value of dd54aa is 0.60.

The process color (four color CMYK) of #dd54aa color hex is 0.00, 0.62, 0.23, 0.13. Web safe color of #dd54aa is #cc6699. Color #dd54aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010100 10101010
Octal 335 124 252
Decimal 221 84 170
Hex DD 54 AA

RGB Percentages of Color #dd54aa

%46.53
%17.68
%35.79

CMYK Percentages of Color #dd54aa

%0
%62
%23
%13

Triadic Colors of #dd54aa

#dd54aa #aadd54 #54aadd

Analogous Colors of #dd54aa

#dd54aa #dd5466 #cc54dd

Monochromatic Colors of #dd54aa

#dd54aa

Complementary Color

#dd54aa #54dd87

#dd54aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd54aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd54aa Color CSS Codes

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

#dd54aa Text Font Color

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

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


#dd54aa Background Color

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

This div background color is #dd54aa


#dd54aa Border Color

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

This div border color is #dd54aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd54aa


Comments

No comments written yet.

Please login to write comment.