Color Hex Logo

#c4003a Color Hex

#C4003A
(196,0,58)
0 Favorites   0 Comments

Color spaces of #c4003a

RGB 196058
HSL0.951.000.38
HSV342°100°77°
CMYK 0.001.000.70   0.23
XYZ23.528712.04135.0871
Yxy12.04130.57870.2962
Hunter Lab34.700660.305815.5985
CIE-Lab41.281767.043326.7282

#c4003a color RGB value is (196,0,58).

#c4003a hex color red value is 196, green value is 0 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c4003a hue: 0.95 , saturation: 1.00 and the lightness value of c4003a is 0.38.

The process color (four color CMYK) of #c4003a color hex is 0.00, 1.00, 0.70, 0.23. Web safe color of #c4003a is #cc0033. Color #c4003a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000000 00111010
Octal 304 0 72
Decimal 196 0 58
Hex C4 0 3A

RGB Percentages of Color #c4003a

%77.17
%0.00
%22.83

CMYK Percentages of Color #c4003a

%0
%100
%70
%23

Triadic Colors of #c4003a

#c4003a #3ac400 #003ac4

Analogous Colors of #c4003a

#c4003a #c42800 #c4009c

Monochromatic Colors of #c4003a

#c4003a

Complementary Color

#c4003a #00c48a

#c4003a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4003a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4003a Color CSS Codes

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

#c4003a Text Font Color

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

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


#c4003a Background Color

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

This div background color is #c4003a


#c4003a Border Color

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

This div border color is #c4003a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4003a


Comments

No comments written yet.

Please login to write comment.