Color Hex Logo

#c1306f Color Hex

#C1306F
(193,48,111)
0 Favorites   0 Comments

Color spaces of #c1306f

RGB 19348111
HSL0.930.600.47
HSV334°75°76°
CMYK 0.000.750.42   0.24
XYZ25.918514.599116.4908
Yxy14.59910.45460.2561
Hunter Lab38.208854.21821.1567
CIE-Lab45.080160.9590-1.2976

#c1306f color RGB value is (193,48,111).

#c1306f hex color red value is 193, green value is 48 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c1306f hue: 0.93 , saturation: 0.60 and the lightness value of c1306f is 0.47.

The process color (four color CMYK) of #c1306f color hex is 0.00, 0.75, 0.42, 0.24. Web safe color of #c1306f is #cc3366. Color #c1306f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110000 01101111
Octal 301 60 157
Decimal 193 48 111
Hex C1 30 6F

RGB Percentages of Color #c1306f

%54.83
%13.64
%31.53

CMYK Percentages of Color #c1306f

%0
%75
%42
%24

Triadic Colors of #c1306f

#c1306f #6fc130 #306fc1

Analogous Colors of #c1306f

#c1306f #c13a30 #c130b8

Monochromatic Colors of #c1306f

#c1306f

Complementary Color

#c1306f #30c182

#c1306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1306f Color CSS Codes

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

#c1306f Text Font Color

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

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


#c1306f Background Color

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

This div background color is #c1306f


#c1306f Border Color

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

This div border color is #c1306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1306f

#c1306f Color Palettes


Comments

No comments written yet.

Please login to write comment.