Color Hex Logo

#c62749 Color Hex

#C62749
(198,39,73)
0 Favorites   0 Comments

Color spaces of #c62749

RGB 1983973
HSL0.960.670.46
HSV347°80°78°
CMYK 0.000.800.63   0.22
XYZ25.216813.93787.6645
Yxy13.93780.53860.2977
Hunter Lab37.333455.234313.9612
CIE-Lab44.143662.042921.1165

#c62749 color RGB value is (198,39,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100111 01001001
Octal 306 47 111
Decimal 198 39 73
Hex C6 27 49

RGB Percentages of Color #c62749

%63.87
%12.58
%23.55

CMYK Percentages of Color #c62749

%0
%80
%63
%22

Triadic Colors of #c62749

#c62749 #49c627 #2749c6

Analogous Colors of #c62749

#c62749 #c65527 #c62799

Monochromatic Colors of #c62749

#c62749

Complementary Color

#c62749 #27c6a4

#c62749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62749 Color CSS Codes

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

#c62749 Text Font Color

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

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


#c62749 Background Color

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

This div background color is #c62749


#c62749 Border Color

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

This div border color is #c62749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62749


Comments

No comments written yet.

Please login to write comment.