Color Hex Logo

#c43750 Color Hex

#C43750
(196,55,80)
0 Favorites   0 Comments

Color spaces of #c43750

RGB 1965580
HSL0.970.560.49
HSV349°72°77°
CMYK 0.000.720.59   0.23
XYZ25.579115.04739.1457
Yxy15.04730.51390.3023
Hunter Lab38.790849.820813.1748
CIE-Lab45.698956.870418.7886

#c43750 color RGB value is (196,55,80).

#c43750 hex color red value is 196, green value is 55 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c43750 hue: 0.97 , saturation: 0.56 and the lightness value of c43750 is 0.49.

The process color (four color CMYK) of #c43750 color hex is 0.00, 0.72, 0.59, 0.23. Web safe color of #c43750 is #cc3366. Color #c43750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110111 01010000
Octal 304 67 120
Decimal 196 55 80
Hex C4 37 50

RGB Percentages of Color #c43750

%59.21
%16.62
%24.17

CMYK Percentages of Color #c43750

%0
%72
%59
%23

Triadic Colors of #c43750

#c43750 #50c437 #3750c4

Analogous Colors of #c43750

#c43750 #c46537 #c43797

Monochromatic Colors of #c43750

#c43750

Complementary Color

#c43750 #37c4ab

#c43750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43750 Color CSS Codes

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

#c43750 Text Font Color

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

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


#c43750 Background Color

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

This div background color is #c43750


#c43750 Border Color

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

This div border color is #c43750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43750


Comments

No comments written yet.

Please login to write comment.