Color Hex Logo

#c24048 Color Hex

#C24048
(194,64,72)
0 Favorites   0 Comments

Color spaces of #c24048

RGB 1946472
HSL0.990.520.51
HSV356°67°76°
CMYK 0.000.670.63   0.24
XYZ25.251215.60407.8119
Yxy15.60400.51890.3206
Hunter Lab39.501944.976015.9261
CIE-Lab46.450652.245024.5681

#c24048 color RGB value is (194,64,72).

#c24048 hex color red value is 194, green value is 64 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c24048 hue: 0.99 , saturation: 0.52 and the lightness value of c24048 is 0.51.

The process color (four color CMYK) of #c24048 color hex is 0.00, 0.67, 0.63, 0.24. Web safe color of #c24048 is #cc3333. Color #c24048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 01001000
Octal 302 100 110
Decimal 194 64 72
Hex C2 40 48

RGB Percentages of Color #c24048

%58.79
%19.39
%21.82

CMYK Percentages of Color #c24048

%0
%67
%63
%24

Triadic Colors of #c24048

#c24048 #48c240 #4048c2

Analogous Colors of #c24048

#c24048 #c27940 #c24089

Monochromatic Colors of #c24048

#c24048

Complementary Color

#c24048 #40c2ba

#c24048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24048 Color CSS Codes

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

#c24048 Text Font Color

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

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


#c24048 Background Color

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

This div background color is #c24048


#c24048 Border Color

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

This div border color is #c24048


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,64,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c24048; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c24048;
  -webkit-box-shadow: 1px 1px 3px 2px #c24048;
  box-shadow:         1px 1px 3px 2px #c24048; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24048


Comments

No comments written yet.

Please login to write comment.