Color Hex Logo

#c4504e Color Hex

#C4504E
(196,80,78)
0 Favorites   0 Comments

Color spaces of #c4504e

RGB 1968078
HSL0.000.500.54
HSV60°77°
CMYK 0.000.590.60   0.23
XYZ27.008818.02319.2630
Yxy18.02310.49740.3319
Hunter Lab42.453639.267016.7810
CIE-Lab49.524146.288125.0109

#c4504e color RGB value is (196,80,78).

#c4504e hex color red value is 196, green value is 80 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c4504e hue: 0.00 , saturation: 0.50 and the lightness value of c4504e is 0.54.

The process color (four color CMYK) of #c4504e color hex is 0.00, 0.59, 0.60, 0.23. Web safe color of #c4504e is #cc6666. Color #c4504e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010000 01001110
Octal 304 120 116
Decimal 196 80 78
Hex C4 50 4E

RGB Percentages of Color #c4504e

%55.37
%22.60
%22.03

CMYK Percentages of Color #c4504e

%0
%59
%60
%23

Triadic Colors of #c4504e

#c4504e #4ec450 #504ec4

Analogous Colors of #c4504e

#c4504e #c48b4e #c44e87

Monochromatic Colors of #c4504e

#c4504e

Complementary Color

#c4504e #4ec2c4

#c4504e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4504e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4504e Color CSS Codes

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

#c4504e Text Font Color

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

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


#c4504e Background Color

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

This div background color is #c4504e


#c4504e Border Color

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

This div border color is #c4504e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4504e


Comments

No comments written yet.

Please login to write comment.