Color Hex Logo

#c21557 Color Hex

#C21557
(194,21,87)
0 Favorites   0 Comments

Color spaces of #c21557

RGB 1942187
HSL0.940.800.42
HSV337°89°76°
CMYK 0.000.890.55   0.24
XYZ24.236612.693810.1896
Yxy12.69380.51440.2694
Hunter Lab35.628459.07707.9831
CIE-Lab42.298265.77929.7121

#c21557 color RGB value is (194,21,87).

#c21557 hex color red value is 194, green value is 21 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c21557 hue: 0.94 , saturation: 0.80 and the lightness value of c21557 is 0.42.

The process color (four color CMYK) of #c21557 color hex is 0.00, 0.89, 0.55, 0.24. Web safe color of #c21557 is #cc0066. Color #c21557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010101 01010111
Octal 302 25 127
Decimal 194 21 87
Hex C2 15 57

RGB Percentages of Color #c21557

%64.24
%6.95
%28.81

CMYK Percentages of Color #c21557

%0
%89
%55
%24

Triadic Colors of #c21557

#c21557 #57c215 #1557c2

Analogous Colors of #c21557

#c21557 #c22915 #c215ae

Monochromatic Colors of #c21557

#c21557

Complementary Color

#c21557 #15c280

#c21557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21557 Color CSS Codes

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

#c21557 Text Font Color

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

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


#c21557 Background Color

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

This div background color is #c21557


#c21557 Border Color

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

This div border color is #c21557


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,21,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21557


Comments

No comments written yet.

Please login to write comment.