Color Hex Logo

#c40244 Color Hex

#C40244
(196,2,68)
0 Favorites   0 Comments

Color spaces of #c40244

RGB 196268
HSL0.940.980.39
HSV340°99°77°
CMYK 0.000.990.65   0.23
XYZ23.830012.19656.5670
Yxy12.19650.55950.2863
Hunter Lab34.923560.683213.2976
CIE-Lab41.526767.321520.7510

#c40244 color RGB value is (196,2,68).

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

The process color (four color CMYK) of #c40244 color hex is 0.00, 0.99, 0.65, 0.23. Web safe color of #c40244 is #cc0033. Color #c40244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 01000100
Octal 304 2 104
Decimal 196 2 68
Hex C4 2 44

RGB Percentages of Color #c40244

%73.68
%0.75
%25.56

CMYK Percentages of Color #c40244

%0
%99
%65
%23

Triadic Colors of #c40244

#c40244 #44c402 #0244c4

Analogous Colors of #c40244

#c40244 #c42102 #c402a5

Monochromatic Colors of #c40244

#c40244

Complementary Color

#c40244 #02c482

#c40244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40244 Color CSS Codes

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

#c40244 Text Font Color

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

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


#c40244 Background Color

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

This div background color is #c40244


#c40244 Border Color

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

This div border color is #c40244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40244


Comments

No comments written yet.

Please login to write comment.