Color Hex Logo

#c079ad Color Hex

#C079AD
(192,121,173)
0 Favorites   0 Comments

Color spaces of #c079ad

RGB 192121173
HSL0.880.360.61
HSV316°37°75°
CMYK 0.000.370.10   0.25
XYZ36.118427.898343.0164
Yxy27.89830.33750.2607
Hunter Lab52.818829.6283-11.3134
CIE-Lab59.796735.4495-16.0693

#c079ad color RGB value is (192,121,173).

#c079ad hex color red value is 192, green value is 121 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c079ad hue: 0.88 , saturation: 0.36 and the lightness value of c079ad is 0.61.

The process color (four color CMYK) of #c079ad color hex is 0.00, 0.37, 0.10, 0.25. Web safe color of #c079ad is #cc6699. Color #c079ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111001 10101101
Octal 300 171 255
Decimal 192 121 173
Hex C0 79 AD

RGB Percentages of Color #c079ad

%39.51
%24.90
%35.60

CMYK Percentages of Color #c079ad

%0
%37
%10
%25

Triadic Colors of #c079ad

#c079ad #adc079 #79adc0

Analogous Colors of #c079ad

#c079ad #c0798a #b079c0

Monochromatic Colors of #c079ad

#c079ad

Complementary Color

#c079ad #79c08c

#c079ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c079ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c079ad Color CSS Codes

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

#c079ad Text Font Color

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

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


#c079ad Background Color

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

This div background color is #c079ad


#c079ad Border Color

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

This div border color is #c079ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c079ad


Comments

No comments written yet.

Please login to write comment.