Color Hex Logo

#640f53 Color Hex

#640F53
(100,15,83)
0 Favorites   0 Comments

Color spaces of #640f53

RGB 1001583
HSL0.870.740.23
HSV312°85°39°
CMYK 0.000.850.17   0.61
XYZ6.98773.67558.5248
Yxy3.67550.36420.1916
Hunter Lab19.171631.5097-12.9436
CIE-Lab22.568343.2179-19.0631

#640f53 color RGB value is (100,15,83).

#640f53 hex color red value is 100, green value is 15 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #640f53 hue: 0.87 , saturation: 0.74 and the lightness value of 640f53 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001111 01010011
Octal 144 17 123
Decimal 100 15 83
Hex 64 F 53

RGB Percentages of Color #640f53

%50.51
%7.58
%41.92

CMYK Percentages of Color #640f53

%0
%85
%17
%61

Triadic Colors of #640f53

#640f53 #53640f #0f5364

Analogous Colors of #640f53

#640f53 #640f29 #4b0f64

Monochromatic Colors of #640f53

#640f53

Complementary Color

#640f53 #0f6420

#640f53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640f53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#640f53 Color CSS Codes

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

#640f53 Text Font Color

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

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


#640f53 Background Color

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

This div background color is #640f53


#640f53 Border Color

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

This div border color is #640f53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640f53


Comments

No comments written yet.

Please login to write comment.