Color Hex Logo

#c1729d Color Hex

#C1729D
(193,114,157)
0 Favorites   0 Comments

Color spaces of #c1729d

RGB 193114157
HSL0.910.390.60
HSV327°41°76°
CMYK 0.000.410.19   0.24
XYZ34.095425.806435.0824
Yxy25.80640.35900.2717
Hunter Lab50.800030.9037-5.3856
CIE-Lab57.852836.9366-9.7788

#c1729d color RGB value is (193,114,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110010 10011101
Octal 301 162 235
Decimal 193 114 157
Hex C1 72 9D

RGB Percentages of Color #c1729d

%41.59
%24.57
%33.84

CMYK Percentages of Color #c1729d

%0
%41
%19
%24

Triadic Colors of #c1729d

#c1729d #9dc172 #729dc1

Analogous Colors of #c1729d

#c1729d #c17276 #be72c1

Monochromatic Colors of #c1729d

#c1729d

Complementary Color

#c1729d #72c196

#c1729d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1729d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1729d Color CSS Codes

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

#c1729d Text Font Color

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

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


#c1729d Background Color

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

This div background color is #c1729d


#c1729d Border Color

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

This div border color is #c1729d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1729d


Comments

No comments written yet.

Please login to write comment.