Color Hex Logo

#c1165f Color Hex

#C1165F
(193,22,95)
0 Favorites   0 Comments

Color spaces of #c1165f

RGB 1932295
HSL0.930.800.42
HSV334°89°76°
CMYK 0.000.890.51   0.24
XYZ24.344812.737512.0019
Yxy12.73750.49600.2595
Hunter Lab35.689659.30255.0444
CIE-Lab42.365065.96234.7350

#c1165f color RGB value is (193,22,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010110 01011111
Octal 301 26 137
Decimal 193 22 95
Hex C1 16 5F

RGB Percentages of Color #c1165f

%62.26
%7.10
%30.65

CMYK Percentages of Color #c1165f

%0
%89
%51
%24

Triadic Colors of #c1165f

#c1165f #5fc116 #165fc1

Analogous Colors of #c1165f

#c1165f #c12316 #c116b5

Monochromatic Colors of #c1165f

#c1165f

Complementary Color

#c1165f #16c178

#c1165f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1165f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1165f Color CSS Codes

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

#c1165f Text Font Color

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

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


#c1165f Background Color

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

This div background color is #c1165f


#c1165f Border Color

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

This div border color is #c1165f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1165f


Comments

No comments written yet.

Please login to write comment.