Color Hex Logo

#c53c52 Color Hex

#C53C52
(197,60,82)
1 Favorites   0 Comments

Color spaces of #c53c52

RGB 1976082
HSL0.970.540.50
HSV350°70°77°
CMYK 0.000.700.58   0.23
XYZ26.164815.71129.6362
Yxy15.71120.50790.3050
Hunter Lab39.637448.463313.3322
CIE-Lab46.593355.460618.7919

#c53c52 color RGB value is (197,60,82).

#c53c52 hex color red value is 197, green value is 60 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c53c52 hue: 0.97 , saturation: 0.54 and the lightness value of c53c52 is 0.50.

The process color (four color CMYK) of #c53c52 color hex is 0.00, 0.70, 0.58, 0.23. Web safe color of #c53c52 is #cc3366. Color #c53c52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111100 01010010
Octal 305 74 122
Decimal 197 60 82
Hex C5 3C 52

RGB Percentages of Color #c53c52

%58.11
%17.70
%24.19

CMYK Percentages of Color #c53c52

%0
%70
%58
%23

Triadic Colors of #c53c52

#c53c52 #52c53c #3c52c5

Analogous Colors of #c53c52

#c53c52 #c56b3c #c53c97

Monochromatic Colors of #c53c52

#c53c52

Complementary Color

#c53c52 #3cc5af

#c53c52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53c52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53c52 Color CSS Codes

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

#c53c52 Text Font Color

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

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


#c53c52 Background Color

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

This div background color is #c53c52


#c53c52 Border Color

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

This div border color is #c53c52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53c52

#c53c52 Color Palettes


Comments

No comments written yet.

Please login to write comment.