Color Hex Logo

#c1185f Color Hex

#C1185F
(193,24,95)
0 Favorites   0 Comments

Color spaces of #c1185f

RGB 1932495
HSL0.930.780.43
HSV335°88°76°
CMYK 0.000.880.51   0.24
XYZ24.384512.816912.0152
Yxy12.81690.49550.2604
Hunter Lab35.800758.92835.1620
CIE-Lab42.486165.61324.9082

#c1185f color RGB value is (193,24,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011000 01011111
Octal 301 30 137
Decimal 193 24 95
Hex C1 18 5F

RGB Percentages of Color #c1185f

%61.86
%7.69
%30.45

CMYK Percentages of Color #c1185f

%0
%88
%51
%24

Triadic Colors of #c1185f

#c1185f #5fc118 #185fc1

Analogous Colors of #c1185f

#c1185f #c12618 #c118b4

Monochromatic Colors of #c1185f

#c1185f

Complementary Color

#c1185f #18c17a

#c1185f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1185f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1185f Color CSS Codes

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

#c1185f Text Font Color

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

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


#c1185f Background Color

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

This div background color is #c1185f


#c1185f Border Color

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

This div border color is #c1185f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1185f


Comments

No comments written yet.

Please login to write comment.