Color Hex Logo

#c1129d Color Hex

#C1129D
(193,18,157)
0 Favorites   0 Comments

Color spaces of #c1129d

RGB 19318157
HSL0.870.830.41
HSV312°91°76°
CMYK 0.000.910.19   0.24
XYZ28.294414.204433.1487
Yxy14.20440.37400.1878
Hunter Lab37.688768.0517-25.7658
CIE-Lab44.524772.9725-30.1915

#c1129d color RGB value is (193,18,157).

#c1129d hex color red value is 193, green value is 18 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c1129d hue: 0.87 , saturation: 0.83 and the lightness value of c1129d is 0.41.

The process color (four color CMYK) of #c1129d color hex is 0.00, 0.91, 0.19, 0.24. Web safe color of #c1129d is #cc0099. Color #c1129d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010010 10011101
Octal 301 22 235
Decimal 193 18 157
Hex C1 12 9D

RGB Percentages of Color #c1129d

%52.45
%4.89
%42.66

CMYK Percentages of Color #c1129d

%0
%91
%19
%24

Triadic Colors of #c1129d

#c1129d #9dc112 #129dc1

Analogous Colors of #c1129d

#c1129d #c11245 #8e12c1

Monochromatic Colors of #c1129d

#c1129d

Complementary Color

#c1129d #12c136

#c1129d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1129d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1129d Color CSS Codes

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

#c1129d Text Font Color

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

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


#c1129d Background Color

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

This div background color is #c1129d


#c1129d Border Color

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

This div border color is #c1129d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1129d


Comments

No comments written yet.

Please login to write comment.