Color Hex Logo

#c4053e Color Hex

#C4053E
(196,5,62)
0 Favorites   0 Comments

Color spaces of #c4053e

RGB 196562
HSL0.950.950.39
HSV342°97°77°
CMYK 0.000.970.68   0.23
XYZ23.688712.19215.6622
Yxy12.19210.57020.2935
Hunter Lab34.917259.993814.8275
CIE-Lab41.519866.726924.5206

#c4053e color RGB value is (196,5,62).

#c4053e hex color red value is 196, green value is 5 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c4053e hue: 0.95 , saturation: 0.95 and the lightness value of c4053e is 0.39.

The process color (four color CMYK) of #c4053e color hex is 0.00, 0.97, 0.68, 0.23. Web safe color of #c4053e is #cc0033. Color #c4053e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000101 00111110
Octal 304 5 76
Decimal 196 5 62
Hex C4 5 3E

RGB Percentages of Color #c4053e

%74.52
%1.90
%23.57

CMYK Percentages of Color #c4053e

%0
%97
%68
%23

Triadic Colors of #c4053e

#c4053e #3ec405 #053ec4

Analogous Colors of #c4053e

#c4053e #c42c05 #c4059e

Monochromatic Colors of #c4053e

#c4053e

Complementary Color

#c4053e #05c48b

#c4053e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4053e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4053e Color CSS Codes

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

#c4053e Text Font Color

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

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


#c4053e Background Color

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

This div background color is #c4053e


#c4053e Border Color

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

This div border color is #c4053e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4053e


Comments

No comments written yet.

Please login to write comment.