Color Hex Logo

#c494ac Color Hex

#C494AC
(196,148,172)
0 Favorites   0 Comments

Color spaces of #c494ac

RGB 196148172
HSL0.920.290.67
HSV330°24°77°
CMYK 0.000.240.12   0.23
XYZ40.801235.894143.8075
Yxy35.89410.33860.2979
Hunter Lab59.911716.7171-1.4147
CIE-Lab66.438921.8394-5.5114

#c494ac color RGB value is (196,148,172).

#c494ac hex color red value is 196, green value is 148 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c494ac hue: 0.92 , saturation: 0.29 and the lightness value of c494ac is 0.67.

The process color (four color CMYK) of #c494ac color hex is 0.00, 0.24, 0.12, 0.23. Web safe color of #c494ac is #cc9999. Color #c494ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 10101100
Octal 304 224 254
Decimal 196 148 172
Hex C4 94 AC

RGB Percentages of Color #c494ac

%37.98
%28.68
%33.33

CMYK Percentages of Color #c494ac

%0
%24
%12
%23

Triadic Colors of #c494ac

#c494ac #acc494 #94acc4

Analogous Colors of #c494ac

#c494ac #c49494 #c494c4

Monochromatic Colors of #c494ac

#c494ac

Complementary Color

#c494ac #94c4ac

#c494ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c494ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c494ac Color CSS Codes

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

#c494ac Text Font Color

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

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


#c494ac Background Color

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

This div background color is #c494ac


#c494ac Border Color

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

This div border color is #c494ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,148,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 #c494ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c494ac


Comments

No comments written yet.

Please login to write comment.