Color Hex Logo

#c44047 Color Hex

#C44047
(196,64,71)
0 Favorites   0 Comments

Color spaces of #c44047

RGB 1966471
HSL0.990.530.51
HSV357°67°77°
CMYK 0.000.670.64   0.23
XYZ25.735715.85757.6656
Yxy15.85750.52250.3219
Hunter Lab39.821545.672816.4618
CIE-Lab46.787052.837925.6701

#c44047 color RGB value is (196,64,71).

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

The process color (four color CMYK) of #c44047 color hex is 0.00, 0.67, 0.64, 0.23. Web safe color of #c44047 is #cc3333. Color #c44047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000000 01000111
Octal 304 100 107
Decimal 196 64 71
Hex C4 40 47

RGB Percentages of Color #c44047

%59.21
%19.34
%21.45

CMYK Percentages of Color #c44047

%0
%67
%64
%23

Triadic Colors of #c44047

#c44047 #47c440 #4047c4

Analogous Colors of #c44047

#c44047 #c47b40 #c44089

Monochromatic Colors of #c44047

#c44047

Complementary Color

#c44047 #40c4bd

#c44047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44047 Color CSS Codes

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

#c44047 Text Font Color

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

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


#c44047 Background Color

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

This div background color is #c44047


#c44047 Border Color

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

This div border color is #c44047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44047


Comments

No comments written yet.

Please login to write comment.