Color Hex Logo

#c50480 Color Hex

#C50480
(197,4,128)
0 Favorites   0 Comments

Color spaces of #c50480

RGB 1974128
HSL0.890.960.39
HSV321°98°77°
CMYK 0.000.980.35   0.23
XYZ26.965713.515721.6096
Yxy13.51570.43430.2177
Hunter Lab36.763766.5909-9.1159
CIE-Lab43.530271.9489-14.0226

#c50480 color RGB value is (197,4,128).

#c50480 hex color red value is 197, green value is 4 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c50480 hue: 0.89 , saturation: 0.96 and the lightness value of c50480 is 0.39.

The process color (four color CMYK) of #c50480 color hex is 0.00, 0.98, 0.35, 0.23. Web safe color of #c50480 is #cc0099. Color #c50480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000100 10000000
Octal 305 4 200
Decimal 197 4 128
Hex C5 4 80

RGB Percentages of Color #c50480

%59.88
%1.22
%38.91

CMYK Percentages of Color #c50480

%0
%98
%35
%23

Triadic Colors of #c50480

#c50480 #80c504 #0480c5

Analogous Colors of #c50480

#c50480 #c5041f #aa04c5

Monochromatic Colors of #c50480

#c50480

Complementary Color

#c50480 #04c549

#c50480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50480 Color CSS Codes

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

#c50480 Text Font Color

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

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


#c50480 Background Color

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

This div background color is #c50480


#c50480 Border Color

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

This div border color is #c50480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50480


Comments

No comments written yet.

Please login to write comment.