Color Hex Logo

#c1729c Color Hex

#C1729C
(193,114,156)
0 Favorites   0 Comments

Color spaces of #c1729c

RGB 193114156
HSL0.910.390.60
HSV328°41°76°
CMYK 0.000.410.19   0.24
XYZ34.010425.772434.6345
Yxy25.77240.36020.2730
Hunter Lab50.766530.7424-4.9129
CIE-Lab57.820436.7810-9.2487

#c1729c color RGB value is (193,114,156).

#c1729c hex color red value is 193, green value is 114 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c1729c hue: 0.91 , saturation: 0.39 and the lightness value of c1729c is 0.60.

The process color (four color CMYK) of #c1729c color hex is 0.00, 0.41, 0.19, 0.24. Web safe color of #c1729c is #cc6699. Color #c1729c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110010 10011100
Octal 301 162 234
Decimal 193 114 156
Hex C1 72 9C

RGB Percentages of Color #c1729c

%41.68
%24.62
%33.69

CMYK Percentages of Color #c1729c

%0
%41
%19
%24

Triadic Colors of #c1729c

#c1729c #9cc172 #729cc1

Analogous Colors of #c1729c

#c1729c #c17275 #bf72c1

Monochromatic Colors of #c1729c

#c1729c

Complementary Color

#c1729c #72c197

#c1729c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1729c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1729c Color CSS Codes

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

#c1729c Text Font Color

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

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


#c1729c Background Color

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

This div background color is #c1729c


#c1729c Border Color

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

This div border color is #c1729c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1729c


Comments

No comments written yet.

Please login to write comment.