Color Hex Logo

#c40480 Color Hex

#C40480
(196,4,128)
0 Favorites   0 Comments

Color spaces of #c40480

RGB 1964128
HSL0.890.960.39
HSV321°98°77°
CMYK 0.000.980.35   0.23
XYZ26.704613.381121.5974
Yxy13.38110.43290.2169
Hunter Lab36.580266.2949-9.3994
CIE-Lab43.331971.7397-14.3425

#c40480 color RGB value is (196,4,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000100 10000000
Octal 304 4 200
Decimal 196 4 128
Hex C4 4 80

RGB Percentages of Color #c40480

%59.76
%1.22
%39.02

CMYK Percentages of Color #c40480

%0
%98
%35
%23

Triadic Colors of #c40480

#c40480 #80c404 #0480c4

Analogous Colors of #c40480

#c40480 #c40420 #a804c4

Monochromatic Colors of #c40480

#c40480

Complementary Color

#c40480 #04c448

#c40480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40480 Color CSS Codes

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

#c40480 Text Font Color

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

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


#c40480 Background Color

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

This div background color is #c40480


#c40480 Border Color

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

This div border color is #c40480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c40480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40480


Comments

No comments written yet.

Please login to write comment.