Color Hex Logo

#c40432 Color Hex

#C40432
(196,4,50)
0 Favorites   0 Comments

Color spaces of #c40432

RGB 196450
HSL0.960.960.39
HSV346°98°77°
CMYK 0.000.980.74   0.23
XYZ23.384112.05294.1116
Yxy12.05290.59130.3048
Hunter Lab34.717359.474817.2803
CIE-Lab41.300166.319631.6946

#c40432 color RGB value is (196,4,50).

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

The process color (four color CMYK) of #c40432 color hex is 0.00, 0.98, 0.74, 0.23. Web safe color of #c40432 is #cc0033. Color #c40432 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000100 00110010
Octal 304 4 62
Decimal 196 4 50
Hex C4 4 32

RGB Percentages of Color #c40432

%78.40
%1.60
%20.00

CMYK Percentages of Color #c40432

%0
%98
%74
%23

Triadic Colors of #c40432

#c40432 #32c404 #0432c4

Analogous Colors of #c40432

#c40432 #c43604 #c40492

Monochromatic Colors of #c40432

#c40432

Complementary Color

#c40432 #04c496

#c40432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40432 Color CSS Codes

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

#c40432 Text Font Color

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

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


#c40432 Background Color

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

This div background color is #c40432


#c40432 Border Color

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

This div border color is #c40432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40432


Comments

No comments written yet.

Please login to write comment.