Color Hex Logo

#c1366a Color Hex

#C1366A
(193,54,106)
0 Favorites   0 Comments

Color spaces of #c1366a

RGB 19354106
HSL0.940.560.48
HSV338°72°76°
CMYK 0.000.720.45   0.24
XYZ25.913015.016415.1684
Yxy15.01640.46190.2677
Hunter Lab38.751051.54973.9177
CIE-Lab45.656758.45112.6258

#c1366a color RGB value is (193,54,106).

#c1366a hex color red value is 193, green value is 54 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c1366a hue: 0.94 , saturation: 0.56 and the lightness value of c1366a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110110 01101010
Octal 301 66 152
Decimal 193 54 106
Hex C1 36 6A

RGB Percentages of Color #c1366a

%54.67
%15.30
%30.03

CMYK Percentages of Color #c1366a

%0
%72
%45
%24

Triadic Colors of #c1366a

#c1366a #6ac136 #366ac1

Analogous Colors of #c1366a

#c1366a #c14736 #c136b0

Monochromatic Colors of #c1366a

#c1366a

Complementary Color

#c1366a #36c18d

#c1366a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1366a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1366a Color CSS Codes

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

#c1366a Text Font Color

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

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


#c1366a Background Color

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

This div background color is #c1366a


#c1366a Border Color

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

This div border color is #c1366a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1366a


Comments

No comments written yet.

Please login to write comment.