Color Hex Logo

#c13753 Color Hex

#C13753
(193,55,83)
0 Favorites   0 Comments

Color spaces of #c13753

RGB 1935583
HSL0.970.560.49
HSV348°72°76°
CMYK 0.000.720.57   0.24
XYZ24.919814.69449.7065
Yxy14.69440.50530.2979
Hunter Lab38.333348.956511.8203
CIE-Lab45.212856.168216.1955

#c13753 color RGB value is (193,55,83).

#c13753 hex color red value is 193, green value is 55 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #c13753 hue: 0.97 , saturation: 0.56 and the lightness value of c13753 is 0.49.

The process color (four color CMYK) of #c13753 color hex is 0.00, 0.72, 0.57, 0.24. Web safe color of #c13753 is #cc3366. Color #c13753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110111 01010011
Octal 301 67 123
Decimal 193 55 83
Hex C1 37 53

RGB Percentages of Color #c13753

%58.31
%16.62
%25.08

CMYK Percentages of Color #c13753

%0
%72
%57
%24

Triadic Colors of #c13753

#c13753 #53c137 #3753c1

Analogous Colors of #c13753

#c13753 #c16037 #c13798

Monochromatic Colors of #c13753

#c13753

Complementary Color

#c13753 #37c1a5

#c13753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13753 Color CSS Codes

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

#c13753 Text Font Color

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

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


#c13753 Background Color

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

This div background color is #c13753


#c13753 Border Color

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

This div border color is #c13753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13753


Comments

No comments written yet.

Please login to write comment.