Color Hex Logo

#c5747c Color Hex

#C5747C
(197,116,124)
0 Favorites   0 Comments

Color spaces of #c5747c

RGB 197116124
HSL0.980.410.61
HSV354°41°77°
CMYK 0.000.410.37   0.23
XYZ32.909425.816322.3173
Yxy25.81630.40610.3186
Hunter Lab50.809726.69729.5247
CIE-Lab57.862332.72799.4279

#c5747c color RGB value is (197,116,124).

#c5747c hex color red value is 197, green value is 116 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #c5747c hue: 0.98 , saturation: 0.41 and the lightness value of c5747c is 0.61.

The process color (four color CMYK) of #c5747c color hex is 0.00, 0.41, 0.37, 0.23. Web safe color of #c5747c is #cc6666. Color #c5747c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110100 01111100
Octal 305 164 174
Decimal 197 116 124
Hex C5 74 7C

RGB Percentages of Color #c5747c

%45.08
%26.54
%28.38

CMYK Percentages of Color #c5747c

%0
%41
%37
%23

Triadic Colors of #c5747c

#c5747c #7cc574 #747cc5

Analogous Colors of #c5747c

#c5747c #c59574 #c574a5

Monochromatic Colors of #c5747c

#c5747c

Complementary Color

#c5747c #74c5bd

#c5747c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5747c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5747c Color CSS Codes

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

#c5747c Text Font Color

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

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


#c5747c Background Color

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

This div background color is #c5747c


#c5747c Border Color

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

This div border color is #c5747c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,116,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5747c


Comments

No comments written yet.

Please login to write comment.