Color Hex Logo

#c40f43 Color Hex

#C40F43
(196,15,67)
0 Favorites   0 Comments

Color spaces of #c40f43

RGB 1961567
HSL0.950.860.41
HSV343°92°77°
CMYK 0.000.920.66   0.23
XYZ23.948912.48276.4573
Yxy12.48270.55840.2910
Hunter Lab35.330959.166613.8954
CIE-Lab41.973265.920421.9600

#c40f43 color RGB value is (196,15,67).

#c40f43 hex color red value is 196, green value is 15 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #c40f43 hue: 0.95 , saturation: 0.86 and the lightness value of c40f43 is 0.41.

The process color (four color CMYK) of #c40f43 color hex is 0.00, 0.92, 0.66, 0.23. Web safe color of #c40f43 is #cc0033. Color #c40f43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001111 01000011
Octal 304 17 103
Decimal 196 15 67
Hex C4 F 43

RGB Percentages of Color #c40f43

%70.50
%5.40
%24.10

CMYK Percentages of Color #c40f43

%0
%92
%66
%23

Triadic Colors of #c40f43

#c40f43 #43c40f #0f43c4

Analogous Colors of #c40f43

#c40f43 #c4350f #c40f9e

Monochromatic Colors of #c40f43

#c40f43

Complementary Color

#c40f43 #0fc490

#c40f43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40f43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40f43 Color CSS Codes

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

#c40f43 Text Font Color

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

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


#c40f43 Background Color

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

This div background color is #c40f43


#c40f43 Border Color

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

This div border color is #c40f43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40f43


Comments

No comments written yet.

Please login to write comment.