Color Hex Logo

#c1165b Color Hex

#C1165B
(193,22,91)
0 Favorites   0 Comments

Color spaces of #c1165b

RGB 1932291
HSL0.930.800.42
HSV336°89°76°
CMYK 0.000.890.53   0.24
XYZ24.167612.666611.0687
Yxy12.66660.50450.2644
Hunter Lab35.590258.92816.4737
CIE-Lab42.256565.65777.1006

#c1165b color RGB value is (193,22,91).

#c1165b hex color red value is 193, green value is 22 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c1165b hue: 0.93 , saturation: 0.80 and the lightness value of c1165b is 0.42.

The process color (four color CMYK) of #c1165b color hex is 0.00, 0.89, 0.53, 0.24. Web safe color of #c1165b is #cc0066. Color #c1165b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010110 01011011
Octal 301 26 133
Decimal 193 22 91
Hex C1 16 5B

RGB Percentages of Color #c1165b

%63.07
%7.19
%29.74

CMYK Percentages of Color #c1165b

%0
%89
%53
%24

Triadic Colors of #c1165b

#c1165b #5bc116 #165bc1

Analogous Colors of #c1165b

#c1165b #c12716 #c116b1

Monochromatic Colors of #c1165b

#c1165b

Complementary Color

#c1165b #16c17c

#c1165b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1165b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1165b Color CSS Codes

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

#c1165b Text Font Color

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

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


#c1165b Background Color

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

This div background color is #c1165b


#c1165b Border Color

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

This div border color is #c1165b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1165b


Comments

No comments written yet.

Please login to write comment.