Color Hex Logo

#c20639 Color Hex

#C20639
(194,6,57)
0 Favorites   0 Comments

Color spaces of #c20639

RGB 194657
HSL0.950.940.39
HSV344°97°76°
CMYK 0.000.970.71   0.24
XYZ23.051811.89504.9519
Yxy11.89500.57780.2981
Hunter Lab34.489158.949615.6296
CIE-Lab41.048865.911726.9705

#c20639 color RGB value is (194,6,57).

#c20639 hex color red value is 194, green value is 6 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #c20639 hue: 0.95 , saturation: 0.94 and the lightness value of c20639 is 0.39.

The process color (four color CMYK) of #c20639 color hex is 0.00, 0.97, 0.71, 0.24. Web safe color of #c20639 is #cc0033. Color #c20639 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000110 00111001
Octal 302 6 71
Decimal 194 6 57
Hex C2 6 39

RGB Percentages of Color #c20639

%75.49
%2.33
%22.18

CMYK Percentages of Color #c20639

%0
%97
%71
%24

Triadic Colors of #c20639

#c20639 #39c206 #0639c2

Analogous Colors of #c20639

#c20639 #c23106 #c20697

Monochromatic Colors of #c20639

#c20639

Complementary Color

#c20639 #06c28f

#c20639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20639 Color CSS Codes

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

#c20639 Text Font Color

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

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


#c20639 Background Color

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

This div background color is #c20639


#c20639 Border Color

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

This div border color is #c20639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20639


Comments

No comments written yet.

Please login to write comment.