Color Hex Logo

#c294ac Color Hex

#C294AC
(194,148,172)
0 Favorites   0 Comments

Color spaces of #c294ac

RGB 194148172
HSL0.910.270.67
HSV329°24°76°
CMYK 0.000.240.11   0.24
XYZ40.284435.627743.7833
Yxy35.62770.33660.2977
Hunter Lab59.688916.0150-1.7084
CIE-Lab66.234521.1214-5.8367

#c294ac color RGB value is (194,148,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 10101100
Octal 302 224 254
Decimal 194 148 172
Hex C2 94 AC

RGB Percentages of Color #c294ac

%37.74
%28.79
%33.46

CMYK Percentages of Color #c294ac

%0
%24
%11
%24

Triadic Colors of #c294ac

#c294ac #acc294 #94acc2

Analogous Colors of #c294ac

#c294ac #c29495 #c194c2

Monochromatic Colors of #c294ac

#c294ac

Complementary Color

#c294ac #94c2aa

#c294ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c294ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c294ac Color CSS Codes

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

#c294ac Text Font Color

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

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


#c294ac Background Color

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

This div background color is #c294ac


#c294ac Border Color

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

This div border color is #c294ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c294ac


Comments

No comments written yet.

Please login to write comment.