Color Hex Logo

#c6374f Color Hex

#C6374F
(198,55,79)
0 Favorites   0 Comments

Color spaces of #c6374f

RGB 1985579
HSL0.970.570.50
HSV350°72°78°
CMYK 0.000.720.60   0.22
XYZ26.066215.30278.9770
Yxy15.30270.51770.3040
Hunter Lab39.118750.483413.7771
CIE-Lab46.046057.410419.9289

#c6374f color RGB value is (198,55,79).

#c6374f hex color red value is 198, green value is 55 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c6374f hue: 0.97 , saturation: 0.57 and the lightness value of c6374f is 0.50.

The process color (four color CMYK) of #c6374f color hex is 0.00, 0.72, 0.60, 0.22. Web safe color of #c6374f is #cc3366. Color #c6374f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110111 01001111
Octal 306 67 117
Decimal 198 55 79
Hex C6 37 4F

RGB Percentages of Color #c6374f

%59.64
%16.57
%23.80

CMYK Percentages of Color #c6374f

%0
%72
%60
%22

Triadic Colors of #c6374f

#c6374f #4fc637 #374fc6

Analogous Colors of #c6374f

#c6374f #c66737 #c63797

Monochromatic Colors of #c6374f

#c6374f

Complementary Color

#c6374f #37c6ae

#c6374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6374f Color CSS Codes

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

#c6374f Text Font Color

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

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


#c6374f Background Color

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

This div background color is #c6374f


#c6374f Border Color

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

This div border color is #c6374f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,55,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6374f


Comments

No comments written yet.

Please login to write comment.