Color Hex Logo

#c5847c Color Hex

#C5847C
(197,132,124)
0 Favorites   0 Comments

Color spaces of #c5847c

RGB 197132124
HSL0.020.390.63
HSV37°77°
CMYK 0.000.330.37   0.23
XYZ34.915329.828122.9859
Yxy29.82810.39800.3400
Hunter Lab54.615118.538213.2772
CIE-Lab61.505624.017014.5435

#c5847c color RGB value is (197,132,124).

#c5847c hex color red value is 197, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #c5847c hue: 0.02 , saturation: 0.39 and the lightness value of c5847c is 0.63.

The process color (four color CMYK) of #c5847c color hex is 0.00, 0.33, 0.37, 0.23. Web safe color of #c5847c is #cc9966. Color #c5847c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000100 01111100
Octal 305 204 174
Decimal 197 132 124
Hex C5 84 7C

RGB Percentages of Color #c5847c

%43.49
%29.14
%27.37

CMYK Percentages of Color #c5847c

%0
%33
%37
%23

Triadic Colors of #c5847c

#c5847c #7cc584 #847cc5

Analogous Colors of #c5847c

#c5847c #c5a97c #c57c99

Monochromatic Colors of #c5847c

#c5847c

Complementary Color

#c5847c #7cbdc5

#c5847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5847c Color CSS Codes

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

#c5847c Text Font Color

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

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


#c5847c Background Color

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

This div background color is #c5847c


#c5847c Border Color

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

This div border color is #c5847c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5847c


Comments

No comments written yet.

Please login to write comment.