Color Hex Logo

#640ffa Color Hex

#640FFA
(100,15,250)
0 Favorites   0 Comments

Color spaces of #640ffa

RGB 10015250
HSL0.730.960.52
HSV262°94°98°
CMYK 0.600.940.00   0.02
XYZ22.68179.953191.1682
Yxy9.95310.18320.0804
Hunter Lab31.548573.1220-149.2509
CIE-Lab37.758178.4177-95.8193

#640ffa color RGB value is (100,15,250).

#640ffa hex color red value is 100, green value is 15 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #640ffa hue: 0.73 , saturation: 0.96 and the lightness value of 640ffa is 0.52.

The process color (four color CMYK) of #640ffa color hex is 0.60, 0.94, 0.00, 0.02. Web safe color of #640ffa is #6600ff. Color #640ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001111 11111010
Octal 144 17 372
Decimal 100 15 250
Hex 64 F FA

RGB Percentages of Color #640ffa

%27.40
%4.11
%68.49

CMYK Percentages of Color #640ffa

%60
%94
%0
%2

Triadic Colors of #640ffa

#640ffa #fa640f #0ffa64

Analogous Colors of #640ffa

#640ffa #da0ffa #0f30fa

Monochromatic Colors of #640ffa

#640ffa

Complementary Color

#640ffa #a5fa0f

#640ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#640ffa Color CSS Codes

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

#640ffa Text Font Color

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

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


#640ffa Background Color

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

This div background color is #640ffa


#640ffa Border Color

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

This div border color is #640ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640ffa


Comments

No comments written yet.

Please login to write comment.