Color Hex Logo

#c2573c Color Hex

#C2573C
(194,87,60)
0 Favorites   0 Comments

Color spaces of #c2573c

RGB 1948760
HSL0.030.530.50
HSV12°69°76°
CMYK 0.000.550.69   0.24
XYZ26.471918.61206.4722
Yxy18.61200.51350.3610
Hunter Lab43.141634.030621.3043
CIE-Lab50.230141.052136.1361

#c2573c color RGB value is (194,87,60).

#c2573c hex color red value is 194, green value is 87 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c2573c hue: 0.03 , saturation: 0.53 and the lightness value of c2573c is 0.50.

The process color (four color CMYK) of #c2573c color hex is 0.00, 0.55, 0.69, 0.24. Web safe color of #c2573c is #cc6633. Color #c2573c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010111 00111100
Octal 302 127 74
Decimal 194 87 60
Hex C2 57 3C

RGB Percentages of Color #c2573c

%56.89
%25.51
%17.60

CMYK Percentages of Color #c2573c

%0
%55
%69
%24

Triadic Colors of #c2573c

#c2573c #3cc257 #573cc2

Analogous Colors of #c2573c

#c2573c #c29a3c #c23c64

Monochromatic Colors of #c2573c

#c2573c

Complementary Color

#c2573c #3ca7c2

#c2573c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2573c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2573c Color CSS Codes

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

#c2573c Text Font Color

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

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


#c2573c Background Color

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

This div background color is #c2573c


#c2573c Border Color

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

This div border color is #c2573c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2573c


Comments

No comments written yet.

Please login to write comment.