Color Hex Logo

#c13155 Color Hex

#C13155
(193,49,85)
0 Favorites   0 Comments

Color spaces of #c13155

RGB 1934985
HSL0.960.600.47
HSV345°75°76°
CMYK 0.000.750.56   0.24
XYZ24.730314.190010.0298
Yxy14.19000.50520.2899
Hunter Lab37.669651.264410.5824
CIE-Lab44.504258.409113.9927

#c13155 color RGB value is (193,49,85).

#c13155 hex color red value is 193, green value is 49 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c13155 hue: 0.96 , saturation: 0.60 and the lightness value of c13155 is 0.47.

The process color (four color CMYK) of #c13155 color hex is 0.00, 0.75, 0.56, 0.24. Web safe color of #c13155 is #cc3366. Color #c13155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 01010101
Octal 301 61 125
Decimal 193 49 85
Hex C1 31 55

RGB Percentages of Color #c13155

%59.02
%14.98
%25.99

CMYK Percentages of Color #c13155

%0
%75
%56
%24

Triadic Colors of #c13155

#c13155 #55c131 #3155c1

Analogous Colors of #c13155

#c13155 #c15531 #c1319d

Monochromatic Colors of #c13155

#c13155

Complementary Color

#c13155 #31c19d

#c13155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13155 Color CSS Codes

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

#c13155 Text Font Color

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

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


#c13155 Background Color

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

This div background color is #c13155


#c13155 Border Color

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

This div border color is #c13155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13155

#c13155 Color Palettes


Comments

No comments written yet.

Please login to write comment.