Color Hex Logo

#c40380 Color Hex

#C40380
(196,3,128)
0 Favorites   0 Comments

Color spaces of #c40380

RGB 1963128
HSL0.890.970.39
HSV321°98°77°
CMYK 0.000.980.35   0.23
XYZ26.693813.359421.5938
Yxy13.35940.43300.2167
Hunter Lab36.550566.3998-9.4428
CIE-Lab43.299971.8339-14.3914

#c40380 color RGB value is (196,3,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000011 10000000
Octal 304 3 200
Decimal 196 3 128
Hex C4 3 80

RGB Percentages of Color #c40380

%59.94
%0.92
%39.14

CMYK Percentages of Color #c40380

%0
%98
%35
%23

Triadic Colors of #c40380

#c40380 #80c403 #0380c4

Analogous Colors of #c40380

#c40380 #c40320 #a803c4

Monochromatic Colors of #c40380

#c40380

Complementary Color

#c40380 #03c447

#c40380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40380 Color CSS Codes

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

#c40380 Text Font Color

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

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


#c40380 Background Color

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

This div background color is #c40380


#c40380 Border Color

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

This div border color is #c40380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40380


Comments

No comments written yet.

Please login to write comment.