Color Hex Logo

#c40663 Color Hex

#C40663
(196,6,99)
0 Favorites   0 Comments

Color spaces of #c40663

RGB 196699
HSL0.920.940.40
HSV331°97°77°
CMYK 0.000.970.49   0.23
XYZ25.082212.766912.9467
Yxy12.76690.49380.2513
Hunter Lab35.730862.77403.5284
CIE-Lab42.409968.94312.3593

#c40663 color RGB value is (196,6,99).

#c40663 hex color red value is 196, green value is 6 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c40663 hue: 0.92 , saturation: 0.94 and the lightness value of c40663 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000110 01100011
Octal 304 6 143
Decimal 196 6 99
Hex C4 6 63

RGB Percentages of Color #c40663

%65.12
%1.99
%32.89

CMYK Percentages of Color #c40663

%0
%97
%49
%23

Triadic Colors of #c40663

#c40663 #63c406 #0663c4

Analogous Colors of #c40663

#c40663 #c40806 #c406c2

Monochromatic Colors of #c40663

#c40663

Complementary Color

#c40663 #06c467

#c40663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40663 Color CSS Codes

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

#c40663 Text Font Color

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

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


#c40663 Background Color

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

This div background color is #c40663


#c40663 Border Color

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

This div border color is #c40663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40663


Comments

No comments written yet.

Please login to write comment.