Color Hex Logo

#c40776 Color Hex

#C40776
(196,7,118)
0 Favorites   0 Comments

Color spaces of #c40776

RGB 1967118
HSL0.900.930.40
HSV325°96°77°
CMYK 0.000.960.40   0.23
XYZ26.110913.195718.3104
Yxy13.19570.45320.2290
Hunter Lab36.325964.7348-4.4576
CIE-Lab43.056670.4812-8.5715

#c40776 color RGB value is (196,7,118).

#c40776 hex color red value is 196, green value is 7 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c40776 hue: 0.90 , saturation: 0.93 and the lightness value of c40776 is 0.40.

The process color (four color CMYK) of #c40776 color hex is 0.00, 0.96, 0.40, 0.23. Web safe color of #c40776 is #cc0066. Color #c40776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000111 01110110
Octal 304 7 166
Decimal 196 7 118
Hex C4 7 76

RGB Percentages of Color #c40776

%61.06
%2.18
%36.76

CMYK Percentages of Color #c40776

%0
%96
%40
%23

Triadic Colors of #c40776

#c40776 #76c407 #0776c4

Analogous Colors of #c40776

#c40776 #c40718 #b407c4

Monochromatic Colors of #c40776

#c40776

Complementary Color

#c40776 #07c455

#c40776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40776 Color CSS Codes

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

#c40776 Text Font Color

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

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


#c40776 Background Color

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

This div background color is #c40776


#c40776 Border Color

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

This div border color is #c40776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40776


Comments

No comments written yet.

Please login to write comment.