Color Hex Logo

#c13762 Color Hex

#C13762
(193,55,98)
0 Favorites   0 Comments

Color spaces of #c13762

RGB 1935598
HSL0.950.560.49
HSV341°72°76°
CMYK 0.000.720.49   0.24
XYZ25.563114.951713.0939
Yxy14.95170.47680.2789
Hunter Lab38.667450.33866.9899
CIE-Lab45.568057.36747.4329

#c13762 color RGB value is (193,55,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110111 01100010
Octal 301 67 142
Decimal 193 55 98
Hex C1 37 62

RGB Percentages of Color #c13762

%55.78
%15.90
%28.32

CMYK Percentages of Color #c13762

%0
%72
%49
%24

Triadic Colors of #c13762

#c13762 #62c137 #3762c1

Analogous Colors of #c13762

#c13762 #c15137 #c137a7

Monochromatic Colors of #c13762

#c13762

Complementary Color

#c13762 #37c196

#c13762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13762 Color CSS Codes

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

#c13762 Text Font Color

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

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


#c13762 Background Color

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

This div background color is #c13762


#c13762 Border Color

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

This div border color is #c13762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13762


Comments

No comments written yet.

Please login to write comment.