Color Hex Logo

#c10e39 Color Hex

#C10E39
(193,14,57)
0 Favorites   0 Comments

Color spaces of #c10e39

RGB 1931457
HSL0.960.860.41
HSV346°93°76°
CMYK 0.000.930.70   0.24
XYZ22.887911.94694.9706
Yxy11.94690.57500.3001
Hunter Lab34.564357.712215.6687
CIE-Lab41.131664.813927.0236

#c10e39 color RGB value is (193,14,57).

#c10e39 hex color red value is 193, green value is 14 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #c10e39 hue: 0.96 , saturation: 0.86 and the lightness value of c10e39 is 0.41.

The process color (four color CMYK) of #c10e39 color hex is 0.00, 0.93, 0.70, 0.24. Web safe color of #c10e39 is #cc0033. Color #c10e39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001110 00111001
Octal 301 16 71
Decimal 193 14 57
Hex C1 E 39

RGB Percentages of Color #c10e39

%73.11
%5.30
%21.59

CMYK Percentages of Color #c10e39

%0
%93
%70
%24

Triadic Colors of #c10e39

#c10e39 #39c10e #0e39c1

Analogous Colors of #c10e39

#c10e39 #c13d0e #c10e93

Monochromatic Colors of #c10e39

#c10e39

Complementary Color

#c10e39 #0ec196

#c10e39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10e39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10e39 Color CSS Codes

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

#c10e39 Text Font Color

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

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


#c10e39 Background Color

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

This div background color is #c10e39


#c10e39 Border Color

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

This div border color is #c10e39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10e39


Comments

No comments written yet.

Please login to write comment.