Color Hex Logo

#c54776 Color Hex

#C54776
(197,71,118)
0 Favorites   0 Comments

Color spaces of #c54776

RGB 19771118
HSL0.940.520.53
HSV338°64°77°
CMYK 0.000.640.40   0.23
XYZ28.549217.684819.0483
Yxy17.68480.43730.2709
Hunter Lab42.053347.58702.5815
CIE-Lab49.111654.20050.4046

#c54776 color RGB value is (197,71,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000111 01110110
Octal 305 107 166
Decimal 197 71 118
Hex C5 47 76

RGB Percentages of Color #c54776

%51.04
%18.39
%30.57

CMYK Percentages of Color #c54776

%0
%64
%40
%23

Triadic Colors of #c54776

#c54776 #76c547 #4776c5

Analogous Colors of #c54776

#c54776 #c55747 #c547b5

Monochromatic Colors of #c54776

#c54776

Complementary Color

#c54776 #47c596

#c54776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54776 Color CSS Codes

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

#c54776 Text Font Color

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

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


#c54776 Background Color

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

This div background color is #c54776


#c54776 Border Color

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

This div border color is #c54776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54776


Comments

No comments written yet.

Please login to write comment.