Color Hex Logo

#c1306b Color Hex

#C1306B
(193,48,107)
0 Favorites   0 Comments

Color spaces of #c1306b

RGB 19348107
HSL0.930.600.47
HSV336°75°76°
CMYK 0.000.750.45   0.24
XYZ25.703114.512915.3565
Yxy14.51290.46250.2612
Hunter Lab38.095853.76572.7671
CIE-Lab44.959760.57750.9973

#c1306b color RGB value is (193,48,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110000 01101011
Octal 301 60 153
Decimal 193 48 107
Hex C1 30 6B

RGB Percentages of Color #c1306b

%55.46
%13.79
%30.75

CMYK Percentages of Color #c1306b

%0
%75
%45
%24

Triadic Colors of #c1306b

#c1306b #6bc130 #306bc1

Analogous Colors of #c1306b

#c1306b #c13e30 #c130b4

Monochromatic Colors of #c1306b

#c1306b

Complementary Color

#c1306b #30c186

#c1306b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1306b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1306b Color CSS Codes

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

#c1306b Text Font Color

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

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


#c1306b Background Color

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

This div background color is #c1306b


#c1306b Border Color

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

This div border color is #c1306b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1306b


Comments

No comments written yet.

Please login to write comment.