Color Hex Logo

#c53c71 Color Hex

#C53C71
(197,60,113)
0 Favorites   0 Comments

Color spaces of #c53c71

RGB 19760113
HSL0.940.540.50
HSV337°70°77°
CMYK 0.000.700.43   0.23
XYZ27.622516.294317.3120
Yxy16.29430.45110.2661
Hunter Lab40.366251.50632.8284
CIE-Lab47.358358.09480.8892

#c53c71 color RGB value is (197,60,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111100 01110001
Octal 305 74 161
Decimal 197 60 113
Hex C5 3C 71

RGB Percentages of Color #c53c71

%53.24
%16.22
%30.54

CMYK Percentages of Color #c53c71

%0
%70
%43
%23

Triadic Colors of #c53c71

#c53c71 #71c53c #3c71c5

Analogous Colors of #c53c71

#c53c71 #c54c3c #c53cb6

Monochromatic Colors of #c53c71

#c53c71

Complementary Color

#c53c71 #3cc590

#c53c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53c71 Color CSS Codes

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

#c53c71 Text Font Color

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

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


#c53c71 Background Color

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

This div background color is #c53c71


#c53c71 Border Color

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

This div border color is #c53c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53c71


Comments

No comments written yet.

Please login to write comment.