Color Hex Logo

#c21b49 Color Hex

#C21B49
(194,27,73)
0 Favorites   0 Comments

Color spaces of #c21b49

RGB 1942773
HSL0.950.760.43
HSV343°86°76°
CMYK 0.000.860.62   0.24
XYZ23.842712.73427.5046
Yxy12.73420.54090.2889
Hunter Lab35.685056.814812.5108
CIE-Lab42.360063.785918.6197

#c21b49 color RGB value is (194,27,73).

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

The process color (four color CMYK) of #c21b49 color hex is 0.00, 0.86, 0.62, 0.24. Web safe color of #c21b49 is #cc3333. Color #c21b49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011011 01001001
Octal 302 33 111
Decimal 194 27 73
Hex C2 1B 49

RGB Percentages of Color #c21b49

%65.99
%9.18
%24.83

CMYK Percentages of Color #c21b49

%0
%86
%62
%24

Triadic Colors of #c21b49

#c21b49 #49c21b #1b49c2

Analogous Colors of #c21b49

#c21b49 #c2401b #c21b9d

Monochromatic Colors of #c21b49

#c21b49

Complementary Color

#c21b49 #1bc294

#c21b49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21b49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21b49 Color CSS Codes

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

#c21b49 Text Font Color

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

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


#c21b49 Background Color

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

This div background color is #c21b49


#c21b49 Border Color

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

This div border color is #c21b49


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c21b49">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21b49


Comments

No comments written yet.

Please login to write comment.