Color Hex Logo

#c1115f Color Hex

#C1115F
(193,17,95)
0 Favorites   0 Comments

Color spaces of #c1115f

RGB 1931795
HSL0.930.840.41
HSV333°91°76°
CMYK 0.000.910.51   0.24
XYZ24.258312.564611.9731
Yxy12.56460.49710.2575
Hunter Lab35.446660.12714.7857
CIE-Lab42.099766.72934.3543

#c1115f color RGB value is (193,17,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010001 01011111
Octal 301 21 137
Decimal 193 17 95
Hex C1 11 5F

RGB Percentages of Color #c1115f

%63.28
%5.57
%31.15

CMYK Percentages of Color #c1115f

%0
%91
%51
%24

Triadic Colors of #c1115f

#c1115f #5fc111 #115fc1

Analogous Colors of #c1115f

#c1115f #c11b11 #c111b7

Monochromatic Colors of #c1115f

#c1115f

Complementary Color

#c1115f #11c173

#c1115f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1115f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1115f Color CSS Codes

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

#c1115f Text Font Color

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

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


#c1115f Background Color

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

This div background color is #c1115f


#c1115f Border Color

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

This div border color is #c1115f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1115f


Comments

No comments written yet.

Please login to write comment.