Color Hex Logo

#643363 Color Hex

#643363
(100,51,99)
0 Favorites   0 Comments

Color spaces of #643363

RGB 1005199
HSL0.840.320.30
HSV301°49°39°
CMYK 0.000.490.01   0.61
XYZ8.69155.977812.5001
Yxy5.97780.31990.2200
Hunter Lab24.449520.6678-13.1980
CIE-Lab29.356429.7608-19.0027

#643363 color RGB value is (100,51,99).

#643363 hex color red value is 100, green value is 51 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #643363 hue: 0.84 , saturation: 0.32 and the lightness value of 643363 is 0.30.

The process color (four color CMYK) of #643363 color hex is 0.00, 0.49, 0.01, 0.61. Web safe color of #643363 is #663366. Color #643363 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110011 01100011
Octal 144 63 143
Decimal 100 51 99
Hex 64 33 63

RGB Percentages of Color #643363

%40.00
%20.40
%39.60

CMYK Percentages of Color #643363

%0
%49
%1
%61

Triadic Colors of #643363

#643363 #636433 #336364

Analogous Colors of #643363

#643363 #64334b #4d3364

Monochromatic Colors of #643363

#643363

Complementary Color

#643363 #336434

#643363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#643363 Color CSS Codes

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

#643363 Text Font Color

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

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


#643363 Background Color

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

This div background color is #643363


#643363 Border Color

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

This div border color is #643363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643363


Comments

No comments written yet.

Please login to write comment.