Color Hex Logo

#c379ac Color Hex

#C379AC
(195,121,172)
0 Favorites   0 Comments

Color spaces of #c379ac

RGB 195121172
HSL0.890.380.62
HSV319°38°76°
CMYK 0.000.380.12   0.24
XYZ36.789428.255442.5445
Yxy28.25540.34190.2626
Hunter Lab53.155830.5181-10.2451
CIE-Lab60.118836.2904-14.9755

#c379ac color RGB value is (195,121,172).

#c379ac hex color red value is 195, green value is 121 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c379ac hue: 0.89 , saturation: 0.38 and the lightness value of c379ac is 0.62.

The process color (four color CMYK) of #c379ac color hex is 0.00, 0.38, 0.12, 0.24. Web safe color of #c379ac is #cc6699. Color #c379ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111001 10101100
Octal 303 171 254
Decimal 195 121 172
Hex C3 79 AC

RGB Percentages of Color #c379ac

%39.96
%24.80
%35.25

CMYK Percentages of Color #c379ac

%0
%38
%12
%24

Triadic Colors of #c379ac

#c379ac #acc379 #79acc3

Analogous Colors of #c379ac

#c379ac #c37987 #b579c3

Monochromatic Colors of #c379ac

#c379ac

Complementary Color

#c379ac #79c390

#c379ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c379ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c379ac Color CSS Codes

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

#c379ac Text Font Color

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

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


#c379ac Background Color

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

This div background color is #c379ac


#c379ac Border Color

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

This div border color is #c379ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c379ac


Comments

No comments written yet.

Please login to write comment.