Color Hex Logo

#c6582c Color Hex

#C6582C
(198,88,44)
0 Favorites   0 Comments

Color spaces of #c6582c

RGB 1988844
HSL0.050.640.47
HSV17°78°78°
CMYK 0.000.560.78   0.22
XYZ27.233019.16714.6471
Yxy19.16710.53350.3755
Hunter Lab43.780234.418424.3528
CIE-Lab50.882141.341645.4204

#c6582c color RGB value is (198,88,44).

#c6582c hex color red value is 198, green value is 88 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c6582c hue: 0.05 , saturation: 0.64 and the lightness value of c6582c is 0.47.

The process color (four color CMYK) of #c6582c color hex is 0.00, 0.56, 0.78, 0.22. Web safe color of #c6582c is #cc6633. Color #c6582c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011000 00101100
Octal 306 130 54
Decimal 198 88 44
Hex C6 58 2C

RGB Percentages of Color #c6582c

%60.00
%26.67
%13.33

CMYK Percentages of Color #c6582c

%0
%56
%78
%22

Triadic Colors of #c6582c

#c6582c #2cc658 #582cc6

Analogous Colors of #c6582c

#c6582c #c6a52c #c62c4d

Monochromatic Colors of #c6582c

#c6582c

Complementary Color

#c6582c #2c9ac6

#c6582c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6582c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6582c Color CSS Codes

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

#c6582c Text Font Color

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

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


#c6582c Background Color

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

This div background color is #c6582c


#c6582c Border Color

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

This div border color is #c6582c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6582c


Comments

No comments written yet.

Please login to write comment.