Color Hex Logo

#c2495f Color Hex

#C2495F
(194,73,95)
0 Favorites   0 Comments

Color spaces of #c2495f

RGB 1947395
HSL0.970.500.52
HSV349°62°76°
CMYK 0.000.620.51   0.24
XYZ26.696217.060612.7125
Yxy17.06060.47280.3021
Hunter Lab41.304543.086510.6651
CIE-Lab48.336350.134913.1739

#c2495f color RGB value is (194,73,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001001 01011111
Octal 302 111 137
Decimal 194 73 95
Hex C2 49 5F

RGB Percentages of Color #c2495f

%53.59
%20.17
%26.24

CMYK Percentages of Color #c2495f

%0
%62
%51
%24

Triadic Colors of #c2495f

#c2495f #5fc249 #495fc2

Analogous Colors of #c2495f

#c2495f #c27049 #c2499c

Monochromatic Colors of #c2495f

#c2495f

Complementary Color

#c2495f #49c2ac

#c2495f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2495f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2495f Color CSS Codes

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

#c2495f Text Font Color

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

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


#c2495f Background Color

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

This div background color is #c2495f


#c2495f Border Color

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

This div border color is #c2495f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2495f


Comments

No comments written yet.

Please login to write comment.