Color Hex Logo

#c54995 Color Hex

#C54995
(197,73,149)
0 Favorites   0 Comments

Color spaces of #c54995

RGB 19773149
HSL0.900.520.53
HSV323°63°77°
CMYK 0.000.630.24   0.23
XYZ30.833318.805330.4385
Yxy18.80530.38500.2348
Hunter Lab43.365151.0276-11.2609
CIE-Lab50.458657.0961-16.1890

#c54995 color RGB value is (197,73,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001001 10010101
Octal 305 111 225
Decimal 197 73 149
Hex C5 49 95

RGB Percentages of Color #c54995

%47.02
%17.42
%35.56

CMYK Percentages of Color #c54995

%0
%63
%24
%23

Triadic Colors of #c54995

#c54995 #95c549 #4995c5

Analogous Colors of #c54995

#c54995 #c54957 #b749c5

Monochromatic Colors of #c54995

#c54995

Complementary Color

#c54995 #49c579

#c54995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54995 Color CSS Codes

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

#c54995 Text Font Color

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

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


#c54995 Background Color

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

This div background color is #c54995


#c54995 Border Color

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

This div border color is #c54995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54995


Comments

No comments written yet.

Please login to write comment.