Color Hex Logo

#dc77aa Color Hex

#DC77AA
(220,119,170)
0 Favorites   0 Comments

Color spaces of #dc77aa

RGB 220119170
HSL0.920.590.66
HSV330°46°86°
CMYK 0.000.460.23   0.14
XYZ43.367731.311641.7882
Yxy31.31160.37240.2688
Hunter Lab55.956840.4170-5.1077
CIE-Lab62.769845.4028-9.5331

#dc77aa color RGB value is (220,119,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110111 10101010
Octal 334 167 252
Decimal 220 119 170
Hex DC 77 AA

RGB Percentages of Color #dc77aa

%43.22
%23.38
%33.40

CMYK Percentages of Color #dc77aa

%0
%46
%23
%14

Triadic Colors of #dc77aa

#dc77aa #aadc77 #77aadc

Analogous Colors of #dc77aa

#dc77aa #dc7778 #dc77dc

Monochromatic Colors of #dc77aa

#dc77aa

Complementary Color

#dc77aa #77dca9

#dc77aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc77aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc77aa Color CSS Codes

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

#dc77aa Text Font Color

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

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


#dc77aa Background Color

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

This div background color is #dc77aa


#dc77aa Border Color

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

This div border color is #dc77aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc77aa


Comments

No comments written yet.

Please login to write comment.