Color Hex Logo

#c492ac Color Hex

#C492AC
(196,146,172)
0 Favorites   0 Comments

Color spaces of #c492ac

RGB 196146172
HSL0.910.300.67
HSV329°26°77°
CMYK 0.000.260.12   0.23
XYZ40.490235.272143.7039
Yxy35.27210.33890.2952
Hunter Lab59.390317.7619-2.0569
CIE-Lab65.960022.9431-6.2207

#c492ac color RGB value is (196,146,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010010 10101100
Octal 304 222 254
Decimal 196 146 172
Hex C4 92 AC

RGB Percentages of Color #c492ac

%38.13
%28.40
%33.46

CMYK Percentages of Color #c492ac

%0
%26
%12
%23

Triadic Colors of #c492ac

#c492ac #acc492 #92acc4

Analogous Colors of #c492ac

#c492ac #c49293 #c392c4

Monochromatic Colors of #c492ac

#c492ac

Complementary Color

#c492ac #92c4aa

#c492ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c492ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c492ac Color CSS Codes

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

#c492ac Text Font Color

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

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


#c492ac Background Color

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

This div background color is #c492ac


#c492ac Border Color

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

This div border color is #c492ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c492ac


Comments

No comments written yet.

Please login to write comment.