Color Hex Logo

#c6083f Color Hex

#C6083F
(198,8,63)
0 Favorites   0 Comments

Color spaces of #c6083f

RGB 198863
HSL0.950.920.40
HSV343°96°78°
CMYK 0.000.960.68   0.22
XYZ24.272712.53835.8434
Yxy12.53830.56910.2940
Hunter Lab35.409560.392715.0024
CIE-Lab42.059266.966924.6626

#c6083f color RGB value is (198,8,63).

#c6083f hex color red value is 198, green value is 8 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c6083f hue: 0.95 , saturation: 0.92 and the lightness value of c6083f is 0.40.

The process color (four color CMYK) of #c6083f color hex is 0.00, 0.96, 0.68, 0.22. Web safe color of #c6083f is #cc0033. Color #c6083f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001000 00111111
Octal 306 10 77
Decimal 198 8 63
Hex C6 8 3F

RGB Percentages of Color #c6083f

%73.61
%2.97
%23.42

CMYK Percentages of Color #c6083f

%0
%96
%68
%22

Triadic Colors of #c6083f

#c6083f #3fc608 #083fc6

Analogous Colors of #c6083f

#c6083f #c63008 #c6089e

Monochromatic Colors of #c6083f

#c6083f

Complementary Color

#c6083f #08c68f

#c6083f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6083f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6083f Color CSS Codes

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

#c6083f Text Font Color

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

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


#c6083f Background Color

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

This div background color is #c6083f


#c6083f Border Color

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

This div border color is #c6083f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6083f


Comments

No comments written yet.

Please login to write comment.