Color Hex Logo

#c50947 Color Hex

#C50947
(197,9,71)
0 Favorites   0 Comments

Color spaces of #c50947

RGB 197971
HSL0.950.910.40
HSV340°95°77°
CMYK 0.000.950.64   0.23
XYZ24.261012.52067.0993
Yxy12.52060.55290.2853
Hunter Lab35.384560.463912.8736
CIE-Lab42.031867.033719.5575

#c50947 color RGB value is (197,9,71).

#c50947 hex color red value is 197, green value is 9 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c50947 hue: 0.95 , saturation: 0.91 and the lightness value of c50947 is 0.40.

The process color (four color CMYK) of #c50947 color hex is 0.00, 0.95, 0.64, 0.23. Web safe color of #c50947 is #cc0033. Color #c50947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001001 01000111
Octal 305 11 107
Decimal 197 9 71
Hex C5 9 47

RGB Percentages of Color #c50947

%71.12
%3.25
%25.63

CMYK Percentages of Color #c50947

%0
%95
%64
%23

Triadic Colors of #c50947

#c50947 #47c509 #0947c5

Analogous Colors of #c50947

#c50947 #c52909 #c509a5

Monochromatic Colors of #c50947

#c50947

Complementary Color

#c50947 #09c587

#c50947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50947 Color CSS Codes

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

#c50947 Text Font Color

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

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


#c50947 Background Color

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

This div background color is #c50947


#c50947 Border Color

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

This div border color is #c50947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50947


Comments

No comments written yet.

Please login to write comment.