Color Hex Logo

#c1524a Color Hex

#C1524A
(193,82,74)
0 Favorites   0 Comments

Color spaces of #c1524a

RGB 1938274
HSL0.010.490.52
HSV62°76°
CMYK 0.000.580.62   0.24
XYZ26.245617.86658.5438
Yxy17.86650.49840.3393
Hunter Lab42.268836.864117.6038
CIE-Lab49.333843.982627.0208

#c1524a color RGB value is (193,82,74).

#c1524a hex color red value is 193, green value is 82 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c1524a hue: 0.01 , saturation: 0.49 and the lightness value of c1524a is 0.52.

The process color (four color CMYK) of #c1524a color hex is 0.00, 0.58, 0.62, 0.24. Web safe color of #c1524a is #cc6633. Color #c1524a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010010 01001010
Octal 301 122 112
Decimal 193 82 74
Hex C1 52 4A

RGB Percentages of Color #c1524a

%55.30
%23.50
%21.20

CMYK Percentages of Color #c1524a

%0
%58
%62
%24

Triadic Colors of #c1524a

#c1524a #4ac152 #524ac1

Analogous Colors of #c1524a

#c1524a #c18e4a #c14a7e

Monochromatic Colors of #c1524a

#c1524a

Complementary Color

#c1524a #4ab9c1

#c1524a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1524a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1524a Color CSS Codes

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

#c1524a Text Font Color

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

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


#c1524a Background Color

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

This div background color is #c1524a


#c1524a Border Color

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

This div border color is #c1524a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,82,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1524a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1524a;
  -webkit-box-shadow: 1px 1px 3px 2px #c1524a;
  box-shadow:         1px 1px 3px 2px #c1524a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,82,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1524a


Comments

No comments written yet.

Please login to write comment.