Color Hex Logo

#c2463e Color Hex

#C2463E
(194,70,62)
0 Favorites   0 Comments

Color spaces of #c2463e

RGB 1947062
HSL0.010.520.50
HSV68°76°
CMYK 0.000.640.68   0.24
XYZ25.307816.19756.3500
Yxy16.19750.52880.3385
Hunter Lab40.246141.814718.8176
CIE-Lab47.232549.114531.4622

#c2463e color RGB value is (194,70,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000110 00111110
Octal 302 106 76
Decimal 194 70 62
Hex C2 46 3E

RGB Percentages of Color #c2463e

%59.51
%21.47
%19.02

CMYK Percentages of Color #c2463e

%0
%64
%68
%24

Triadic Colors of #c2463e

#c2463e #3ec246 #463ec2

Analogous Colors of #c2463e

#c2463e #c2883e #c23e78

Monochromatic Colors of #c2463e

#c2463e

Complementary Color

#c2463e #3ebac2

#c2463e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2463e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2463e Color CSS Codes

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

#c2463e Text Font Color

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

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


#c2463e Background Color

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

This div background color is #c2463e


#c2463e Border Color

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

This div border color is #c2463e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,70,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2463e


Comments

No comments written yet.

Please login to write comment.