Color Hex Logo

#c079ae Color Hex

#C079AE
(192,121,174)
0 Favorites   0 Comments

Color spaces of #c079ae

RGB 192121174
HSL0.880.360.61
HSV315°37°75°
CMYK 0.000.370.09   0.25
XYZ36.215627.937243.5280
Yxy27.93720.33630.2594
Hunter Lab52.855729.8071-11.8279
CIE-Lab59.832035.6223-16.5881

#c079ae color RGB value is (192,121,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111001 10101110
Octal 300 171 256
Decimal 192 121 174
Hex C0 79 AE

RGB Percentages of Color #c079ae

%39.43
%24.85
%35.73

CMYK Percentages of Color #c079ae

%0
%37
%9
%25

Triadic Colors of #c079ae

#c079ae #aec079 #79aec0

Analogous Colors of #c079ae

#c079ae #c0798b #af79c0

Monochromatic Colors of #c079ae

#c079ae

Complementary Color

#c079ae #79c08b

#c079ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c079ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c079ae Color CSS Codes

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

#c079ae Text Font Color

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

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


#c079ae Background Color

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

This div background color is #c079ae


#c079ae Border Color

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

This div border color is #c079ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c079ae


Comments

No comments written yet.

Please login to write comment.