Color Hex Logo

#c54174 Color Hex

#C54174
(197,65,116)
0 Favorites   0 Comments

Color spaces of #c54174

RGB 19765116
HSL0.940.530.51
HSV337°67°77°
CMYK 0.000.670.41   0.23
XYZ28.068616.911918.3079
Yxy16.91190.44350.2672
Hunter Lab41.124149.86532.3917
CIE-Lab48.148856.46050.2132

#c54174 color RGB value is (197,65,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 01110100
Octal 305 101 164
Decimal 197 65 116
Hex C5 41 74

RGB Percentages of Color #c54174

%52.12
%17.20
%30.69

CMYK Percentages of Color #c54174

%0
%67
%41
%23

Triadic Colors of #c54174

#c54174 #74c541 #4174c5

Analogous Colors of #c54174

#c54174 #c55041 #c541b6

Monochromatic Colors of #c54174

#c54174

Complementary Color

#c54174 #41c592

#c54174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54174 Color CSS Codes

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

#c54174 Text Font Color

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

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


#c54174 Background Color

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

This div background color is #c54174


#c54174 Border Color

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

This div border color is #c54174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54174


Comments

No comments written yet.

Please login to write comment.