Color Hex Logo

#c4414e Color Hex

#C4414E
(196,65,78)
0 Favorites   0 Comments

Color spaces of #c4414e

RGB 1966578
HSL0.980.530.51
HSV354°67°77°
CMYK 0.000.670.60   0.23
XYZ26.030416.06648.9369
Yxy16.06640.51010.3148
Hunter Lab40.082945.775314.8387
CIE-Lab47.061552.884721.8095

#c4414e color RGB value is (196,65,78).

#c4414e hex color red value is 196, green value is 65 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c4414e hue: 0.98 , saturation: 0.53 and the lightness value of c4414e is 0.51.

The process color (four color CMYK) of #c4414e color hex is 0.00, 0.67, 0.60, 0.23. Web safe color of #c4414e is #cc3366. Color #c4414e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000001 01001110
Octal 304 101 116
Decimal 196 65 78
Hex C4 41 4E

RGB Percentages of Color #c4414e

%57.82
%19.17
%23.01

CMYK Percentages of Color #c4414e

%0
%67
%60
%23

Triadic Colors of #c4414e

#c4414e #4ec441 #414ec4

Analogous Colors of #c4414e

#c4414e #c47641 #c44190

Monochromatic Colors of #c4414e

#c4414e

Complementary Color

#c4414e #41c4b7

#c4414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4414e Color CSS Codes

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

#c4414e Text Font Color

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

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


#c4414e Background Color

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

This div background color is #c4414e


#c4414e Border Color

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

This div border color is #c4414e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,65,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4414e


Comments

No comments written yet.

Please login to write comment.