Color Hex Logo

#640bef Color Hex

#640BEF
(100,11,239)
0 Favorites   0 Comments

Color spaces of #640bef

RGB 10011239
HSL0.730.910.49
HSV263°95°94°
CMYK 0.580.950.00   0.06
XYZ20.95529.180782.3289
Yxy9.18070.18630.0816
Hunter Lab30.299770.4259-139.8904
CIE-Lab36.329976.4963-91.9812

#640bef color RGB value is (100,11,239).

#640bef hex color red value is 100, green value is 11 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #640bef hue: 0.73 , saturation: 0.91 and the lightness value of 640bef is 0.49.

The process color (four color CMYK) of #640bef color hex is 0.58, 0.95, 0.00, 0.06. Web safe color of #640bef is #6600ff. Color #640bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001011 11101111
Octal 144 13 357
Decimal 100 11 239
Hex 64 B EF

RGB Percentages of Color #640bef

%28.57
%3.14
%68.29

CMYK Percentages of Color #640bef

%58
%95
%0
%6

Triadic Colors of #640bef

#640bef #ef640b #0bef64

Analogous Colors of #640bef

#640bef #d60bef #0b24ef

Monochromatic Colors of #640bef

#640bef

Complementary Color

#640bef #96ef0b

#640bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#640bef Color CSS Codes

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

#640bef Text Font Color

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

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


#640bef Background Color

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

This div background color is #640bef


#640bef Border Color

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

This div border color is #640bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640bef


Comments

No comments written yet.

Please login to write comment.