Color Hex Logo

#c40280 Color Hex

#C40280
(196,2,128)
0 Favorites   0 Comments

Color spaces of #c40280

RGB 1962128
HSL0.890.980.39
HSV321°99°77°
CMYK 0.000.990.35   0.23
XYZ26.682913.337721.5902
Yxy13.33770.43310.2165
Hunter Lab36.520866.5045-9.4862
CIE-Lab43.267771.9278-14.4403

#c40280 color RGB value is (196,2,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 10000000
Octal 304 2 200
Decimal 196 2 128
Hex C4 2 80

RGB Percentages of Color #c40280

%60.12
%0.61
%39.26

CMYK Percentages of Color #c40280

%0
%99
%35
%23

Triadic Colors of #c40280

#c40280 #80c402 #0280c4

Analogous Colors of #c40280

#c40280 #c4021f #a702c4

Monochromatic Colors of #c40280

#c40280

Complementary Color

#c40280 #02c446

#c40280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40280 Color CSS Codes

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

#c40280 Text Font Color

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

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


#c40280 Background Color

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

This div background color is #c40280


#c40280 Border Color

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

This div border color is #c40280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40280


Comments

No comments written yet.

Please login to write comment.