Color Hex Logo

#c50563 Color Hex

#C50563
(197,5,99)
0 Favorites   0 Comments

Color spaces of #c50563

RGB 197599
HSL0.920.950.40
HSV331°97°77°
CMYK 0.000.970.50   0.23
XYZ25.332412.879712.9552
Yxy12.87970.49510.2517
Hunter Lab35.888363.19293.7189
CIE-Lab42.581469.26672.6335

#c50563 color RGB value is (197,5,99).

#c50563 hex color red value is 197, green value is 5 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c50563 hue: 0.92 , saturation: 0.95 and the lightness value of c50563 is 0.40.

The process color (four color CMYK) of #c50563 color hex is 0.00, 0.97, 0.50, 0.23. Web safe color of #c50563 is #cc0066. Color #c50563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000101 01100011
Octal 305 5 143
Decimal 197 5 99
Hex C5 5 63

RGB Percentages of Color #c50563

%65.45
%1.66
%32.89

CMYK Percentages of Color #c50563

%0
%97
%50
%23

Triadic Colors of #c50563

#c50563 #63c505 #0563c5

Analogous Colors of #c50563

#c50563 #c50705 #c505c3

Monochromatic Colors of #c50563

#c50563

Complementary Color

#c50563 #05c567

#c50563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50563 Color CSS Codes

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

#c50563 Text Font Color

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

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


#c50563 Background Color

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

This div background color is #c50563


#c50563 Border Color

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

This div border color is #c50563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50563


Comments

No comments written yet.

Please login to write comment.