Color Hex Logo

#c10950 Color Hex

#C10950
(193,9,80)
0 Favorites   0 Comments

Color spaces of #c10950

RGB 193980
HSL0.940.910.40
HSV337°95°76°
CMYK 0.000.950.59   0.24
XYZ23.538012.11208.6867
Yxy12.11200.53090.2732
Hunter Lab34.802359.82179.5627
CIE-Lab41.393666.602412.8561

#c10950 color RGB value is (193,9,80).

#c10950 hex color red value is 193, green value is 9 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c10950 hue: 0.94 , saturation: 0.91 and the lightness value of c10950 is 0.40.

The process color (four color CMYK) of #c10950 color hex is 0.00, 0.95, 0.59, 0.24. Web safe color of #c10950 is #cc0066. Color #c10950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001001 01010000
Octal 301 11 120
Decimal 193 9 80
Hex C1 9 50

RGB Percentages of Color #c10950

%68.44
%3.19
%28.37

CMYK Percentages of Color #c10950

%0
%95
%59
%24

Triadic Colors of #c10950

#c10950 #50c109 #0950c1

Analogous Colors of #c10950

#c10950 #c11e09 #c109ac

Monochromatic Colors of #c10950

#c10950

Complementary Color

#c10950 #09c17a

#c10950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10950 Color CSS Codes

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

#c10950 Text Font Color

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

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


#c10950 Background Color

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

This div background color is #c10950


#c10950 Border Color

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

This div border color is #c10950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10950


Comments

No comments written yet.

Please login to write comment.