Color Hex Logo

#c10036 Color Hex

#C10036
(193,0,54)
0 Favorites   0 Comments

Color spaces of #c10036

RGB 193054
HSL0.951.000.38
HSV343°100°76°
CMYK 0.001.000.72   0.24
XYZ22.658211.60384.5356
Yxy11.60380.58400.2991
Hunter Lab34.064459.118215.9507
CIE-Lab40.579466.150128.2206

#c10036 color RGB value is (193,0,54).

#c10036 hex color red value is 193, green value is 0 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #c10036 hue: 0.95 , saturation: 1.00 and the lightness value of c10036 is 0.38.

The process color (four color CMYK) of #c10036 color hex is 0.00, 1.00, 0.72, 0.24. Web safe color of #c10036 is #cc0033. Color #c10036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000000 00110110
Octal 301 0 66
Decimal 193 0 54
Hex C1 0 36

RGB Percentages of Color #c10036

%78.14
%0.00
%21.86

CMYK Percentages of Color #c10036

%0
%100
%72
%24

Triadic Colors of #c10036

#c10036 #36c100 #0036c1

Analogous Colors of #c10036

#c10036 #c12b00 #c10097

Monochromatic Colors of #c10036

#c10036

Complementary Color

#c10036 #00c18b

#c10036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10036 Color CSS Codes

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

#c10036 Text Font Color

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

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


#c10036 Background Color

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

This div background color is #c10036


#c10036 Border Color

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

This div border color is #c10036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10036


Comments

No comments written yet.

Please login to write comment.