Color Hex Logo

#c6403a Color Hex

#C6403A
(198,64,58)
0 Favorites   0 Comments

Color spaces of #c6403a

RGB 1986458
HSL0.010.550.50
HSV71°78°
CMYK 0.000.680.71   0.22
XYZ25.885815.97805.7227
Yxy15.97800.54400.3358
Hunter Lab39.972545.643019.4924
CIE-Lab46.945652.781733.6105

#c6403a color RGB value is (198,64,58).

#c6403a hex color red value is 198, green value is 64 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c6403a hue: 0.01 , saturation: 0.55 and the lightness value of c6403a is 0.50.

The process color (four color CMYK) of #c6403a color hex is 0.00, 0.68, 0.71, 0.22. Web safe color of #c6403a is #cc3333. Color #c6403a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000000 00111010
Octal 306 100 72
Decimal 198 64 58
Hex C6 40 3A

RGB Percentages of Color #c6403a

%61.88
%20.00
%18.13

CMYK Percentages of Color #c6403a

%0
%68
%71
%22

Triadic Colors of #c6403a

#c6403a #3ac640 #403ac6

Analogous Colors of #c6403a

#c6403a #c6863a #c63a7a

Monochromatic Colors of #c6403a

#c6403a

Complementary Color

#c6403a #3ac0c6

#c6403a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6403a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6403a Color CSS Codes

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

#c6403a Text Font Color

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

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


#c6403a Background Color

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

This div background color is #c6403a


#c6403a Border Color

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

This div border color is #c6403a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6403a


Comments

No comments written yet.

Please login to write comment.