Color Hex Logo

#c54150 Color Hex

#C54150
(197,65,80)
0 Favorites   0 Comments

Color spaces of #c54150

RGB 1976580
HSL0.980.530.51
HSV353°67°77°
CMYK 0.000.670.59   0.23
XYZ26.364216.23019.3326
Yxy16.23010.50770.3126
Hunter Lab40.286646.311714.4658
CIE-Lab47.274953.346620.9132

#c54150 color RGB value is (197,65,80).

#c54150 hex color red value is 197, green value is 65 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c54150 hue: 0.98 , saturation: 0.53 and the lightness value of c54150 is 0.51.

The process color (four color CMYK) of #c54150 color hex is 0.00, 0.67, 0.59, 0.23. Web safe color of #c54150 is #cc3366. Color #c54150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 01010000
Octal 305 101 120
Decimal 197 65 80
Hex C5 41 50

RGB Percentages of Color #c54150

%57.60
%19.01
%23.39

CMYK Percentages of Color #c54150

%0
%67
%59
%23

Triadic Colors of #c54150

#c54150 #50c541 #4150c5

Analogous Colors of #c54150

#c54150 #c57441 #c54192

Monochromatic Colors of #c54150

#c54150

Complementary Color

#c54150 #41c5b6

#c54150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54150 Color CSS Codes

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

#c54150 Text Font Color

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

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


#c54150 Background Color

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

This div background color is #c54150


#c54150 Border Color

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

This div border color is #c54150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54150


Comments

No comments written yet.

Please login to write comment.