Color Hex Logo

#c5729f Color Hex

#C5729F
(197,114,159)
0 Favorites   0 Comments

Color spaces of #c5729f

RGB 197114159
HSL0.910.420.61
HSV327°42°77°
CMYK 0.000.420.19   0.23
XYZ35.301326.408136.0376
Yxy26.40810.36110.2702
Hunter Lab51.388832.6893-5.6063
CIE-Lab58.422438.6215-10.0300

#c5729f color RGB value is (197,114,159).

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

The process color (four color CMYK) of #c5729f color hex is 0.00, 0.42, 0.19, 0.23. Web safe color of #c5729f is #cc6699. Color #c5729f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110010 10011111
Octal 305 162 237
Decimal 197 114 159
Hex C5 72 9F

RGB Percentages of Color #c5729f

%41.91
%24.26
%33.83

CMYK Percentages of Color #c5729f

%0
%42
%19
%23

Triadic Colors of #c5729f

#c5729f #9fc572 #729fc5

Analogous Colors of #c5729f

#c5729f #c57276 #c272c5

Monochromatic Colors of #c5729f

#c5729f

Complementary Color

#c5729f #72c598

#c5729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5729f Color CSS Codes

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

#c5729f Text Font Color

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

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


#c5729f Background Color

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

This div background color is #c5729f


#c5729f Border Color

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

This div border color is #c5729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5729f


Comments

No comments written yet.

Please login to write comment.