Color Hex Logo

#c20729 Color Hex

#C20729
(194,7,41)
0 Favorites   0 Comments

Color spaces of #c20729

RGB 194741
HSL0.970.930.39
HSV349°96°76°
CMYK 0.000.960.79   0.24
XYZ22.724411.78143.1741
Yxy11.78140.60310.3127
Hunter Lab34.324058.109718.5440
CIE-Lab40.866665.213836.4927

#c20729 color RGB value is (194,7,41).

#c20729 hex color red value is 194, green value is 7 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #c20729 hue: 0.97 , saturation: 0.93 and the lightness value of c20729 is 0.39.

The process color (four color CMYK) of #c20729 color hex is 0.00, 0.96, 0.79, 0.24. Web safe color of #c20729 is #cc0033. Color #c20729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000111 00101001
Octal 302 7 51
Decimal 194 7 41
Hex C2 7 29

RGB Percentages of Color #c20729

%80.17
%2.89
%16.94

CMYK Percentages of Color #c20729

%0
%96
%79
%24

Triadic Colors of #c20729

#c20729 #29c207 #0729c2

Analogous Colors of #c20729

#c20729 #c24207 #c20787

Monochromatic Colors of #c20729

#c20729

Complementary Color

#c20729 #07c2a0

#c20729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20729 Color CSS Codes

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

#c20729 Text Font Color

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

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


#c20729 Background Color

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

This div background color is #c20729


#c20729 Border Color

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

This div border color is #c20729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20729


Comments

No comments written yet.

Please login to write comment.