color codes Logo

#c1043b color codes

#C1043B
(193,4,59)
0 Favorites   0 Comments

Color spaces of #c1043b

RGB 193459
HSL0.950.960.39
HSV343°98°76°
CMYK 0.000.980.69   0.24
XYZ22.825211.74015.2007
Yxy11.74010.57400.2952
Hunter Lab34.263858.947914.9854
CIE-Lab40.800065.958725.3655

#c1043b color RGB value is (193,4,59).

#c1043b hex color red value is 193, green value is 4 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c1043b hue: 0.95 , saturation: 0.96 and the lightness value of c1043b is 0.39.

The process color (four color CMYK) of #c1043b color code is 0.00, 0.98, 0.69, 0.24. Web safe color of #c1043b is #cc0033. Color #c1043b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000100 00111011
Octal 301 4 73
Decimal 193 4 59
Hex C1 4 3B

RGB Percentages of Color #c1043b

%75.39
%1.56
%23.05

CMYK Percentages of Color #c1043b

%0
%98
%69
%24

Triadic Colors of #c1043b

#c1043b #3bc104 #043bc1

Analogous Colors of #c1043b

#c1043b #c12c04 #c1049a

Monochromatic Colors of #c1043b

#c1043b

Complementary Color

#c1043b #04c18a

#c1043b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1043b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1043b Color CSS Codes

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

#c1043b Text Font Color

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

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


#c1043b Background Color

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

This div background color is #c1043b


#c1043b Border Color

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

This div border color is #c1043b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1043b


Comments

No comments written yet.

Please login to write comment.