Color Hex Logo

#c1386a Color Hex

#C1386A
(193,56,106)
0 Favorites   0 Comments

Color spaces of #c1386a

RGB 19356106
HSL0.940.550.49
HSV338°71°76°
CMYK 0.000.710.45   0.24
XYZ26.008015.206415.2000
Yxy15.20640.46100.2695
Hunter Lab38.995450.80884.1861
CIE-Lab45.915657.73063.0003

#c1386a color RGB value is (193,56,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111000 01101010
Octal 301 70 152
Decimal 193 56 106
Hex C1 38 6A

RGB Percentages of Color #c1386a

%54.37
%15.77
%29.86

CMYK Percentages of Color #c1386a

%0
%71
%45
%24

Triadic Colors of #c1386a

#c1386a #6ac138 #386ac1

Analogous Colors of #c1386a

#c1386a #c14a38 #c138af

Monochromatic Colors of #c1386a

#c1386a

Complementary Color

#c1386a #38c18f

#c1386a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1386a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1386a Color CSS Codes

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

#c1386a Text Font Color

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

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


#c1386a Background Color

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

This div background color is #c1386a


#c1386a Border Color

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

This div border color is #c1386a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,56,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 #c1386a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1386a


Comments

No comments written yet.

Please login to write comment.