Color Hex Logo

#c4404d Color Hex

#C4404D
(196,64,77)
0 Favorites   0 Comments

Color spaces of #c4404d

RGB 1966477
HSL0.980.530.51
HSV354°67°77°
CMYK 0.000.670.61   0.23
XYZ25.937915.93848.7305
Yxy15.93840.51250.3149
Hunter Lab39.922946.106214.9803
CIE-Lab46.893653.223422.1944

#c4404d color RGB value is (196,64,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000000 01001101
Octal 304 100 115
Decimal 196 64 77
Hex C4 40 4D

RGB Percentages of Color #c4404d

%58.16
%18.99
%22.85

CMYK Percentages of Color #c4404d

%0
%67
%61
%23

Triadic Colors of #c4404d

#c4404d #4dc440 #404dc4

Analogous Colors of #c4404d

#c4404d #c47540 #c4408f

Monochromatic Colors of #c4404d

#c4404d

Complementary Color

#c4404d #40c4b7

#c4404d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4404d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4404d Color CSS Codes

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

#c4404d Text Font Color

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

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


#c4404d Background Color

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

This div background color is #c4404d


#c4404d Border Color

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

This div border color is #c4404d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4404d


Comments

No comments written yet.

Please login to write comment.