Color Hex Logo

#dc79ca Color Hex

#DC79CA
(220,121,202)
0 Favorites   0 Comments

Color spaces of #dc79ca

RGB 220121202
HSL0.860.590.67
HSV311°45°86°
CMYK 0.000.450.08   0.14
XYZ47.013233.154759.7987
Yxy33.15470.33590.2369
Hunter Lab57.580144.9770-21.2684
CIE-Lab64.286049.3645-25.3608

#dc79ca color RGB value is (220,121,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111001 11001010
Octal 334 171 312
Decimal 220 121 202
Hex DC 79 CA

RGB Percentages of Color #dc79ca

%40.52
%22.28
%37.20

CMYK Percentages of Color #dc79ca

%0
%45
%8
%14

Triadic Colors of #dc79ca

#dc79ca #cadc79 #79cadc

Analogous Colors of #dc79ca

#dc79ca #dc7999 #bd79dc

Monochromatic Colors of #dc79ca

#dc79ca

Complementary Color

#dc79ca #79dc8b

#dc79ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc79ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc79ca Color CSS Codes

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

#dc79ca Text Font Color

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

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


#dc79ca Background Color

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

This div background color is #dc79ca


#dc79ca Border Color

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

This div border color is #dc79ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc79ca


Comments

No comments written yet.

Please login to write comment.