Color Hex Logo

#c2496e Color Hex

#C2496E
(194,73,110)
0 Favorites   0 Comments

Color spaces of #c2496e

RGB 19473110
HSL0.950.500.52
HSV342°62°76°
CMYK 0.000.620.43   0.24
XYZ27.445217.360216.6562
Yxy17.36020.44650.2825
Hunter Lab41.665644.66365.4642
CIE-Lab48.710751.55514.6068

#c2496e color RGB value is (194,73,110).

#c2496e hex color red value is 194, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c2496e hue: 0.95 , saturation: 0.50 and the lightness value of c2496e is 0.52.

The process color (four color CMYK) of #c2496e color hex is 0.00, 0.62, 0.43, 0.24. Web safe color of #c2496e is #cc3366. Color #c2496e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001001 01101110
Octal 302 111 156
Decimal 194 73 110
Hex C2 49 6E

RGB Percentages of Color #c2496e

%51.46
%19.36
%29.18

CMYK Percentages of Color #c2496e

%0
%62
%43
%24

Triadic Colors of #c2496e

#c2496e #6ec249 #496ec2

Analogous Colors of #c2496e

#c2496e #c26149 #c249ab

Monochromatic Colors of #c2496e

#c2496e

Complementary Color

#c2496e #49c29d

#c2496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2496e Color CSS Codes

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

#c2496e Text Font Color

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

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


#c2496e Background Color

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

This div background color is #c2496e


#c2496e Border Color

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

This div border color is #c2496e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,73,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c2496e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2496e


Comments

No comments written yet.

Please login to write comment.