Color Hex Logo

#dd77aa Color Hex

#DD77AA
(221,119,170)
1 Favorites   0 Comments

Color spaces of #dd77aa

RGB 221119170
HSL0.920.600.67
HSV330°46°87°
CMYK 0.000.460.23   0.13
XYZ43.671331.468141.8024
Yxy31.46810.37340.2691
Hunter Lab56.096440.7942-4.9147
CIE-Lab62.900845.7343-9.3237

#dd77aa color RGB value is (221,119,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110111 10101010
Octal 335 167 252
Decimal 221 119 170
Hex DD 77 AA

RGB Percentages of Color #dd77aa

%43.33
%23.33
%33.33

CMYK Percentages of Color #dd77aa

%0
%46
%23
%13

Triadic Colors of #dd77aa

#dd77aa #aadd77 #77aadd

Analogous Colors of #dd77aa

#dd77aa #dd7777 #dd77dd

Monochromatic Colors of #dd77aa

#dd77aa

Complementary Color

#dd77aa #77ddaa

#dd77aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd77aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd77aa Color CSS Codes

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

#dd77aa Text Font Color

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

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


#dd77aa Background Color

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

This div background color is #dd77aa


#dd77aa Border Color

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

This div border color is #dd77aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd77aa


Comments

No comments written yet.

Please login to write comment.