Color Hex Logo

#c5546f Color Hex

#C5546F
(197,84,111)
0 Favorites   0 Comments

Color spaces of #c5546f

RGB 19784111
HSL0.960.490.55
HSV346°57°77°
CMYK 0.000.570.44   0.23
XYZ29.065519.358717.2436
Yxy19.35870.44260.2948
Hunter Lab43.998540.92007.5624
CIE-Lab51.104347.61787.4907

#c5546f color RGB value is (197,84,111).

#c5546f hex color red value is 197, green value is 84 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c5546f hue: 0.96 , saturation: 0.49 and the lightness value of c5546f is 0.55.

The process color (four color CMYK) of #c5546f color hex is 0.00, 0.57, 0.44, 0.23. Web safe color of #c5546f is #cc6666. Color #c5546f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010100 01101111
Octal 305 124 157
Decimal 197 84 111
Hex C5 54 6F

RGB Percentages of Color #c5546f

%50.26
%21.43
%28.32

CMYK Percentages of Color #c5546f

%0
%57
%44
%23

Triadic Colors of #c5546f

#c5546f #6fc554 #546fc5

Analogous Colors of #c5546f

#c5546f #c57254 #c554a8

Monochromatic Colors of #c5546f

#c5546f

Complementary Color

#c5546f #54c5aa

#c5546f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5546f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5546f Color CSS Codes

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

#c5546f Text Font Color

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

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


#c5546f Background Color

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

This div background color is #c5546f


#c5546f Border Color

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

This div border color is #c5546f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5546f


Comments

No comments written yet.

Please login to write comment.