Color Hex Logo

#c44c76 Color Hex

#C44C76
(196,76,118)
0 Favorites   0 Comments

Color spaces of #c44c76

RGB 19676118
HSL0.940.500.53
HSV339°61°77°
CMYK 0.000.610.40   0.23
XYZ28.619418.212719.1465
Yxy18.21270.43380.2760
Hunter Lab42.676345.02123.2733
CIE-Lab49.753151.70951.3188

#c44c76 color RGB value is (196,76,118).

#c44c76 hex color red value is 196, green value is 76 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c44c76 hue: 0.94 , saturation: 0.50 and the lightness value of c44c76 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001100 01110110
Octal 304 114 166
Decimal 196 76 118
Hex C4 4C 76

RGB Percentages of Color #c44c76

%50.26
%19.49
%30.26

CMYK Percentages of Color #c44c76

%0
%61
%40
%23

Triadic Colors of #c44c76

#c44c76 #76c44c #4c76c4

Analogous Colors of #c44c76

#c44c76 #c45e4c #c44cb2

Monochromatic Colors of #c44c76

#c44c76

Complementary Color

#c44c76 #4cc49a

#c44c76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44c76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44c76 Color CSS Codes

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

#c44c76 Text Font Color

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

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


#c44c76 Background Color

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

This div background color is #c44c76


#c44c76 Border Color

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

This div border color is #c44c76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44c76


Comments

No comments written yet.

Please login to write comment.