Color Hex Logo

#640053 Color Hex

#640053
(100,0,83)
0 Favorites   0 Comments

Color spaces of #640053

RGB 100083
HSL0.861.000.20
HSV310°100°39°
CMYK 0.001.000.17   0.61
XYZ6.81693.33398.4678
Yxy3.33390.36610.1791
Hunter Lab18.259034.6889-14.7151
CIE-Lab21.334446.8157-20.9994

#640053 color RGB value is (100,0,83).

#640053 hex color red value is 100, green value is 0 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #640053 hue: 0.86 , saturation: 1.00 and the lightness value of 640053 is 0.20.

The process color (four color CMYK) of #640053 color hex is 0.00, 1.00, 0.17, 0.61. Web safe color of #640053 is #660066. Color #640053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000000 01010011
Octal 144 0 123
Decimal 100 0 83
Hex 64 0 53

RGB Percentages of Color #640053

%54.64
%0.00
%45.36

CMYK Percentages of Color #640053

%0
%100
%17
%61

Triadic Colors of #640053

#640053 #536400 #005364

Analogous Colors of #640053

#640053 #640021 #430064

Monochromatic Colors of #640053

#640053

Complementary Color

#640053 #006411

#640053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#640053 Color CSS Codes

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

#640053 Text Font Color

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

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


#640053 Background Color

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

This div background color is #640053


#640053 Border Color

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

This div border color is #640053


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,0,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640053


Comments

No comments written yet.

Please login to write comment.