Color Hex Logo

#c54889 Color Hex

#C54889
(197,72,137)
0 Favorites   0 Comments

Color spaces of #c54889

RGB 19772137
HSL0.910.520.53
HSV329°63°77°
CMYK 0.000.630.30   0.23
XYZ29.858718.311225.6276
Yxy18.31120.40460.2481
Hunter Lab42.791649.6667-5.5543
CIE-Lab49.871455.9687-9.9132

#c54889 color RGB value is (197,72,137).

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

The process color (four color CMYK) of #c54889 color hex is 0.00, 0.63, 0.30, 0.23. Web safe color of #c54889 is #cc3399. Color #c54889 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001000 10001001
Octal 305 110 211
Decimal 197 72 137
Hex C5 48 89

RGB Percentages of Color #c54889

%48.52
%17.73
%33.74

CMYK Percentages of Color #c54889

%0
%63
%30
%23

Triadic Colors of #c54889

#c54889 #89c548 #4889c5

Analogous Colors of #c54889

#c54889 #c5484b #c348c5

Monochromatic Colors of #c54889

#c54889

Complementary Color

#c54889 #48c584

#c54889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54889 Color CSS Codes

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

#c54889 Text Font Color

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

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


#c54889 Background Color

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

This div background color is #c54889


#c54889 Border Color

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

This div border color is #c54889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54889


Comments

No comments written yet.

Please login to write comment.