Color Hex Logo

#c295ac Color Hex

#C295AC
(194,149,172)
0 Favorites   0 Comments

Color spaces of #c295ac

RGB 194149172
HSL0.910.270.67
HSV329°23°76°
CMYK 0.000.230.11   0.24
XYZ40.442035.942843.8359
Yxy35.94280.33640.2990
Hunter Lab59.952315.4941-1.3850
CIE-Lab66.476220.5686-5.4791

#c295ac color RGB value is (194,149,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 10101100
Octal 302 225 254
Decimal 194 149 172
Hex C2 95 AC

RGB Percentages of Color #c295ac

%37.67
%28.93
%33.40

CMYK Percentages of Color #c295ac

%0
%23
%11
%24

Triadic Colors of #c295ac

#c295ac #acc295 #95acc2

Analogous Colors of #c295ac

#c295ac #c29596 #c295c2

Monochromatic Colors of #c295ac

#c295ac

Complementary Color

#c295ac #95c2ab

#c295ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c295ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c295ac Color CSS Codes

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

#c295ac Text Font Color

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

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


#c295ac Background Color

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

This div background color is #c295ac


#c295ac Border Color

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

This div border color is #c295ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c295ac


Comments

No comments written yet.

Please login to write comment.