Color Hex Logo

#c1356d Color Hex

#C1356D
(193,53,109)
0 Favorites   0 Comments

Color spaces of #c1356d

RGB 19353109
HSL0.930.570.48
HSV336°73°76°
CMYK 0.000.730.44   0.24
XYZ26.025714.987815.9892
Yxy14.98780.45660.2629
Hunter Lab38.714152.24772.6126
CIE-Lab45.617559.08920.7209

#c1356d color RGB value is (193,53,109).

#c1356d hex color red value is 193, green value is 53 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c1356d hue: 0.93 , saturation: 0.57 and the lightness value of c1356d is 0.48.

The process color (four color CMYK) of #c1356d color hex is 0.00, 0.73, 0.44, 0.24. Web safe color of #c1356d is #cc3366. Color #c1356d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110101 01101101
Octal 301 65 155
Decimal 193 53 109
Hex C1 35 6D

RGB Percentages of Color #c1356d

%54.37
%14.93
%30.70

CMYK Percentages of Color #c1356d

%0
%73
%44
%24

Triadic Colors of #c1356d

#c1356d #6dc135 #356dc1

Analogous Colors of #c1356d

#c1356d #c14335 #c135b3

Monochromatic Colors of #c1356d

#c1356d

Complementary Color

#c1356d #35c189

#c1356d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1356d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1356d Color CSS Codes

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

#c1356d Text Font Color

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

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


#c1356d Background Color

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

This div background color is #c1356d


#c1356d Border Color

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

This div border color is #c1356d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1356d


Comments

No comments written yet.

Please login to write comment.