Color Hex Logo

#c54870 Color Hex

#C54870
(197,72,112)
0 Favorites   0 Comments

Color spaces of #c54870

RGB 19772112
HSL0.950.520.53
HSV341°63°77°
CMYK 0.000.630.43   0.23
XYZ28.268017.674917.2509
Yxy17.67490.44730.2797
Hunter Lab42.041546.44775.1006
CIE-Lab49.099453.14994.0188

#c54870 color RGB value is (197,72,112).

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

The process color (four color CMYK) of #c54870 color hex is 0.00, 0.63, 0.43, 0.23. Web safe color of #c54870 is #cc3366. Color #c54870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001000 01110000
Octal 305 110 160
Decimal 197 72 112
Hex C5 48 70

RGB Percentages of Color #c54870

%51.71
%18.90
%29.40

CMYK Percentages of Color #c54870

%0
%63
%43
%23

Triadic Colors of #c54870

#c54870 #70c548 #4870c5

Analogous Colors of #c54870

#c54870 #c55f48 #c548af

Monochromatic Colors of #c54870

#c54870

Complementary Color

#c54870 #48c59d

#c54870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54870 Color CSS Codes

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

#c54870 Text Font Color

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

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


#c54870 Background Color

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

This div background color is #c54870


#c54870 Border Color

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

This div border color is #c54870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54870


Comments

No comments written yet.

Please login to write comment.