Color Hex Logo

#dc779f Color Hex

#DC779F
(220,119,159)
0 Favorites   0 Comments

Color spaces of #dc779f

RGB 220119159
HSL0.930.590.66
HSV336°46°86°
CMYK 0.000.460.28   0.14
XYZ42.370030.912536.5345
Yxy30.91250.38580.2815
Hunter Lab55.599038.7301-0.0406
CIE-Lab62.433743.8768-3.7469

#dc779f color RGB value is (220,119,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110111 10011111
Octal 334 167 237
Decimal 220 119 159
Hex DC 77 9F

RGB Percentages of Color #dc779f

%44.18
%23.90
%31.93

CMYK Percentages of Color #dc779f

%0
%46
%28
%14

Triadic Colors of #dc779f

#dc779f #9fdc77 #779fdc

Analogous Colors of #dc779f

#dc779f #dc8277 #dc77d2

Monochromatic Colors of #dc779f

#dc779f

Complementary Color

#dc779f #77dcb4

#dc779f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc779f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc779f Color CSS Codes

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

#dc779f Text Font Color

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

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


#dc779f Background Color

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

This div background color is #dc779f


#dc779f Border Color

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

This div border color is #dc779f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,119,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc779f


Comments

No comments written yet.

Please login to write comment.