Color Hex Logo

#c61b49 Color Hex

#C61B49
(198,27,73)
0 Favorites   0 Comments

Color spaces of #c61b49

RGB 1982773
HSL0.960.760.44
HSV344°86°78°
CMYK 0.000.860.63   0.22
XYZ24.883213.27077.5533
Yxy13.27070.54440.2903
Hunter Lab36.429058.175613.2069
CIE-Lab43.168364.823619.8364

#c61b49 color RGB value is (198,27,73).

#c61b49 hex color red value is 198, green value is 27 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c61b49 hue: 0.96 , saturation: 0.76 and the lightness value of c61b49 is 0.44.

The process color (four color CMYK) of #c61b49 color hex is 0.00, 0.86, 0.63, 0.22. Web safe color of #c61b49 is #cc3333. Color #c61b49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011011 01001001
Octal 306 33 111
Decimal 198 27 73
Hex C6 1B 49

RGB Percentages of Color #c61b49

%66.44
%9.06
%24.50

CMYK Percentages of Color #c61b49

%0
%86
%63
%22

Triadic Colors of #c61b49

#c61b49 #49c61b #1b49c6

Analogous Colors of #c61b49

#c61b49 #c6431b #c61b9f

Monochromatic Colors of #c61b49

#c61b49

Complementary Color

#c61b49 #1bc698

#c61b49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61b49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61b49 Color CSS Codes

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

#c61b49 Text Font Color

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

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


#c61b49 Background Color

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

This div background color is #c61b49


#c61b49 Border Color

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

This div border color is #c61b49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61b49


Comments

No comments written yet.

Please login to write comment.