Color Hex Logo

#dc79bc Color Hex

#DC79BC
(220,121,188)
0 Favorites   0 Comments

Color spaces of #dc79bc

RGB 220121188
HSL0.890.590.67
HSV319°45°86°
CMYK 0.000.450.15   0.14
XYZ45.429732.521251.4598
Yxy32.52120.35110.2513
Hunter Lab57.027442.4005-13.5824
CIE-Lab63.771347.0924-18.2507

#dc79bc color RGB value is (220,121,188).

#dc79bc hex color red value is 220, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dc79bc hue: 0.89 , saturation: 0.59 and the lightness value of dc79bc is 0.67.

The process color (four color CMYK) of #dc79bc color hex is 0.00, 0.45, 0.15, 0.14. Web safe color of #dc79bc is #cc66cc. Color #dc79bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111001 10111100
Octal 334 171 274
Decimal 220 121 188
Hex DC 79 BC

RGB Percentages of Color #dc79bc

%41.59
%22.87
%35.54

CMYK Percentages of Color #dc79bc

%0
%45
%15
%14

Triadic Colors of #dc79bc

#dc79bc #bcdc79 #79bcdc

Analogous Colors of #dc79bc

#dc79bc #dc798b #cb79dc

Monochromatic Colors of #dc79bc

#dc79bc

Complementary Color

#dc79bc #79dc99

#dc79bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc79bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc79bc Color CSS Codes

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

#dc79bc Text Font Color

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

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


#dc79bc Background Color

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

This div background color is #dc79bc


#dc79bc Border Color

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

This div border color is #dc79bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc79bc


Comments

No comments written yet.

Please login to write comment.