Color Hex Logo

#c64063 Color Hex

#C64063
(198,64,99)
0 Favorites   0 Comments

Color spaces of #c64063

RGB 1986499
HSL0.960.540.51
HSV344°68°78°
CMYK 0.000.680.50   0.22
XYZ27.374216.573413.5606
Yxy16.57340.47600.2882
Hunter Lab40.710448.78238.7479
CIE-Lab47.718055.54909.9806

#c64063 color RGB value is (198,64,99).

#c64063 hex color red value is 198, green value is 64 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c64063 hue: 0.96 , saturation: 0.54 and the lightness value of c64063 is 0.51.

The process color (four color CMYK) of #c64063 color hex is 0.00, 0.68, 0.50, 0.22. Web safe color of #c64063 is #cc3366. Color #c64063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000000 01100011
Octal 306 100 143
Decimal 198 64 99
Hex C6 40 63

RGB Percentages of Color #c64063

%54.85
%17.73
%27.42

CMYK Percentages of Color #c64063

%0
%68
%50
%22

Triadic Colors of #c64063

#c64063 #63c640 #4063c6

Analogous Colors of #c64063

#c64063 #c66040 #c640a6

Monochromatic Colors of #c64063

#c64063

Complementary Color

#c64063 #40c6a3

#c64063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64063 Color CSS Codes

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

#c64063 Text Font Color

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

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


#c64063 Background Color

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

This div background color is #c64063


#c64063 Border Color

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

This div border color is #c64063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64063


Comments

No comments written yet.

Please login to write comment.