Color Hex Logo

#c292ac Color Hex

#C292AC
(194,146,172)
0 Favorites   0 Comments

Color spaces of #c292ac

RGB 194146172
HSL0.910.280.67
HSV328°25°76°
CMYK 0.000.250.11   0.24
XYZ39.973435.005743.6797
Yxy35.00570.33690.2950
Hunter Lab59.165617.0581-2.3556
CIE-Lab65.753122.2273-6.5502

#c292ac color RGB value is (194,146,172).

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

The process color (four color CMYK) of #c292ac color hex is 0.00, 0.25, 0.11, 0.24. Web safe color of #c292ac is #cc9999. Color #c292ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010010 10101100
Octal 302 222 254
Decimal 194 146 172
Hex C2 92 AC

RGB Percentages of Color #c292ac

%37.89
%28.52
%33.59

CMYK Percentages of Color #c292ac

%0
%25
%11
%24

Triadic Colors of #c292ac

#c292ac #acc292 #92acc2

Analogous Colors of #c292ac

#c292ac #c29294 #c092c2

Monochromatic Colors of #c292ac

#c292ac

Complementary Color

#c292ac #92c2a8

#c292ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c292ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c292ac Color CSS Codes

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

#c292ac Text Font Color

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

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


#c292ac Background Color

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

This div background color is #c292ac


#c292ac Border Color

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

This div border color is #c292ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c292ac


Comments

No comments written yet.

Please login to write comment.