Color Hex Logo

#c5476f Color Hex

#C5476F
(197,71,111)
0 Favorites   0 Comments

Color spaces of #c5476f

RGB 19771111
HSL0.950.520.53
HSV341°64°77°
CMYK 0.000.640.44   0.23
XYZ28.148417.524516.9379
Yxy17.52450.44960.2799
Hunter Lab41.862346.76535.3143
CIE-Lab48.914253.47674.3580

#c5476f color RGB value is (197,71,111).

#c5476f hex color red value is 197, green value is 71 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c5476f hue: 0.95 , saturation: 0.52 and the lightness value of c5476f is 0.53.

The process color (four color CMYK) of #c5476f color hex is 0.00, 0.64, 0.44, 0.23. Web safe color of #c5476f is #cc3366. Color #c5476f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000111 01101111
Octal 305 107 157
Decimal 197 71 111
Hex C5 47 6F

RGB Percentages of Color #c5476f

%51.98
%18.73
%29.29

CMYK Percentages of Color #c5476f

%0
%64
%44
%23

Triadic Colors of #c5476f

#c5476f #6fc547 #476fc5

Analogous Colors of #c5476f

#c5476f #c55e47 #c547ae

Monochromatic Colors of #c5476f

#c5476f

Complementary Color

#c5476f #47c59d

#c5476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5476f Color CSS Codes

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

#c5476f Text Font Color

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

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


#c5476f Background Color

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

This div background color is #c5476f


#c5476f Border Color

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

This div border color is #c5476f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5476f


Comments

No comments written yet.

Please login to write comment.