Color Hex Logo

#c40551 Color Hex

#C40551
(196,5,81)
0 Favorites   0 Comments

Color spaces of #c40551

RGB 196581
HSL0.930.950.39
HSV336°97°77°
CMYK 0.000.970.59   0.23
XYZ24.304412.43848.9044
Yxy12.43840.53240.2725
Hunter Lab35.268161.29099.7183
CIE-Lab41.904667.771313.0238

#c40551 color RGB value is (196,5,81).

#c40551 hex color red value is 196, green value is 5 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #c40551 hue: 0.93 , saturation: 0.95 and the lightness value of c40551 is 0.39.

The process color (four color CMYK) of #c40551 color hex is 0.00, 0.97, 0.59, 0.23. Web safe color of #c40551 is #cc0066. Color #c40551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000101 01010001
Octal 304 5 121
Decimal 196 5 81
Hex C4 5 51

RGB Percentages of Color #c40551

%69.50
%1.77
%28.72

CMYK Percentages of Color #c40551

%0
%97
%59
%23

Triadic Colors of #c40551

#c40551 #51c405 #0551c4

Analogous Colors of #c40551

#c40551 #c41905 #c405b1

Monochromatic Colors of #c40551

#c40551

Complementary Color

#c40551 #05c478

#c40551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40551 Color CSS Codes

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

#c40551 Text Font Color

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

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


#c40551 Background Color

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

This div background color is #c40551


#c40551 Border Color

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

This div border color is #c40551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40551


Comments

No comments written yet.

Please login to write comment.