Color Hex Logo

#c2463f Color Hex

#C2463F
(194,70,63)
0 Favorites   0 Comments

Color spaces of #c2463f

RGB 1947063
HSL0.010.520.50
HSV68°76°
CMYK 0.000.640.68   0.24
XYZ25.335516.20856.4959
Yxy16.20850.52740.3374
Hunter Lab40.259841.875518.6154
CIE-Lab47.246949.170230.8974

#c2463f color RGB value is (194,70,63).

#c2463f hex color red value is 194, green value is 70 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c2463f hue: 0.01 , saturation: 0.52 and the lightness value of c2463f is 0.50.

The process color (four color CMYK) of #c2463f color hex is 0.00, 0.64, 0.68, 0.24. Web safe color of #c2463f is #cc3333. Color #c2463f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000110 00111111
Octal 302 106 77
Decimal 194 70 63
Hex C2 46 3F

RGB Percentages of Color #c2463f

%59.33
%21.41
%19.27

CMYK Percentages of Color #c2463f

%0
%64
%68
%24

Triadic Colors of #c2463f

#c2463f #3fc246 #463fc2

Analogous Colors of #c2463f

#c2463f #c2883f #c23f7a

Monochromatic Colors of #c2463f

#c2463f

Complementary Color

#c2463f #3fbbc2

#c2463f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2463f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2463f Color CSS Codes

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

#c2463f Text Font Color

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

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


#c2463f Background Color

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

This div background color is #c2463f


#c2463f Border Color

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

This div border color is #c2463f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2463f


Comments

No comments written yet.

Please login to write comment.