Color Hex Logo

#c1729f Color Hex

#C1729F
(193,114,159)
0 Favorites   0 Comments

Color spaces of #c1729f

RGB 193114159
HSL0.910.390.60
HSV326°41°76°
CMYK 0.000.410.18   0.24
XYZ34.267625.875335.9892
Yxy25.87530.35650.2692
Hunter Lab50.867831.2298-6.3405
CIE-Lab57.918537.2506-10.8369

#c1729f color RGB value is (193,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110010 10011111
Octal 301 162 237
Decimal 193 114 159
Hex C1 72 9F

RGB Percentages of Color #c1729f

%41.42
%24.46
%34.12

CMYK Percentages of Color #c1729f

%0
%41
%18
%24

Triadic Colors of #c1729f

#c1729f #9fc172 #729fc1

Analogous Colors of #c1729f

#c1729f #c17278 #bc72c1

Monochromatic Colors of #c1729f

#c1729f

Complementary Color

#c1729f #72c194

#c1729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1729f Color CSS Codes

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

#c1729f Text Font Color

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

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


#c1729f Background Color

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

This div background color is #c1729f


#c1729f Border Color

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

This div border color is #c1729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1729f


Comments

No comments written yet.

Please login to write comment.