Color Hex Logo

#c4283e Color Hex

#C4283E
(196,40,62)
0 Favorites   0 Comments

Color spaces of #c4283e

RGB 1964062
HSL0.980.660.46
HSV352°80°77°
CMYK 0.000.800.68   0.23
XYZ24.393213.60115.8970
Yxy13.60110.55580.3099
Hunter Lab36.879753.525316.3354
CIE-Lab43.655360.610927.1846

#c4283e color RGB value is (196,40,62).

#c4283e hex color red value is 196, green value is 40 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c4283e hue: 0.98 , saturation: 0.66 and the lightness value of c4283e is 0.46.

The process color (four color CMYK) of #c4283e color hex is 0.00, 0.80, 0.68, 0.23. Web safe color of #c4283e is #cc3333. Color #c4283e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101000 00111110
Octal 304 50 76
Decimal 196 40 62
Hex C4 28 3E

RGB Percentages of Color #c4283e

%65.77
%13.42
%20.81

CMYK Percentages of Color #c4283e

%0
%80
%68
%23

Triadic Colors of #c4283e

#c4283e #3ec428 #283ec4

Analogous Colors of #c4283e

#c4283e #c46028 #c4288c

Monochromatic Colors of #c4283e

#c4283e

Complementary Color

#c4283e #28c4ae

#c4283e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4283e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4283e Color CSS Codes

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

#c4283e Text Font Color

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

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


#c4283e Background Color

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

This div background color is #c4283e


#c4283e Border Color

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

This div border color is #c4283e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4283e


Comments

No comments written yet.

Please login to write comment.