Color Hex Logo

#c10046 Color Hex

#C10046
(193,0,70)
0 Favorites   0 Comments

Color spaces of #c10046

RGB 193070
HSL0.941.000.38
HSV338°100°76°
CMYK 0.001.000.64   0.24
XYZ23.097811.77976.8507
Yxy11.77970.55350.2823
Hunter Lab34.321660.064612.1906
CIE-Lab40.863866.916118.4945

#c10046 color RGB value is (193,0,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000000 01000110
Octal 301 0 106
Decimal 193 0 70
Hex C1 0 46

RGB Percentages of Color #c10046

%73.38
%0.00
%26.62

CMYK Percentages of Color #c10046

%0
%100
%64
%24

Triadic Colors of #c10046

#c10046 #46c100 #0046c1

Analogous Colors of #c10046

#c10046 #c11b00 #c100a7

Monochromatic Colors of #c10046

#c10046

Complementary Color

#c10046 #00c17b

#c10046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10046 Color CSS Codes

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

#c10046 Text Font Color

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

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


#c10046 Background Color

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

This div background color is #c10046


#c10046 Border Color

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

This div border color is #c10046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10046


Comments

No comments written yet.

Please login to write comment.