Color Hex Logo

#c12448 Color Hex

#C12448
(193,36,72)
0 Favorites   0 Comments

Color spaces of #c12448

RGB 1933672
HSL0.960.690.45
HSV346°81°76°
CMYK 0.000.810.63   0.24
XYZ23.792913.06717.3991
Yxy13.06710.53760.2952
Hunter Lab36.148454.228913.1680
CIE-Lab42.864261.392919.8750

#c12448 color RGB value is (193,36,72).

#c12448 hex color red value is 193, green value is 36 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c12448 hue: 0.96 , saturation: 0.69 and the lightness value of c12448 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100100 01001000
Octal 301 44 110
Decimal 193 36 72
Hex C1 24 48

RGB Percentages of Color #c12448

%64.12
%11.96
%23.92

CMYK Percentages of Color #c12448

%0
%81
%63
%24

Triadic Colors of #c12448

#c12448 #48c124 #2448c1

Analogous Colors of #c12448

#c12448 #c14e24 #c12497

Monochromatic Colors of #c12448

#c12448

Complementary Color

#c12448 #24c19d

#c12448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12448 Color CSS Codes

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

#c12448 Text Font Color

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

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


#c12448 Background Color

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

This div background color is #c12448


#c12448 Border Color

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

This div border color is #c12448


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,36,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 #c12448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12448


Comments

No comments written yet.

Please login to write comment.