Color Hex Logo

#6407f4 Color Hex

#6407F4
(100,7,244)
0 Favorites   0 Comments

Color spaces of #6407f4

RGB 1007244
HSL0.730.940.49
HSV264°97°96°
CMYK 0.590.970.00   0.04
XYZ21.66069.392986.2593
Yxy9.39290.18460.0801
Hunter Lab30.647872.5226-145.4201
CIE-Lab36.730078.1237-94.1459

#6407f4 color RGB value is (100,7,244).

#6407f4 hex color red value is 100, green value is 7 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #6407f4 hue: 0.73 , saturation: 0.94 and the lightness value of 6407f4 is 0.49.

The process color (four color CMYK) of #6407f4 color hex is 0.59, 0.97, 0.00, 0.04. Web safe color of #6407f4 is #6600ff. Color #6407f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000111 11110100
Octal 144 7 364
Decimal 100 7 244
Hex 64 7 F4

RGB Percentages of Color #6407f4

%28.49
%1.99
%69.52

CMYK Percentages of Color #6407f4

%59
%97
%0
%4

Triadic Colors of #6407f4

#6407f4 #f46407 #07f464

Analogous Colors of #6407f4

#6407f4 #db07f4 #0721f4

Monochromatic Colors of #6407f4

#6407f4

Complementary Color

#6407f4 #97f407

#6407f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6407f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6407f4 Color CSS Codes

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

#6407f4 Text Font Color

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

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


#6407f4 Background Color

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

This div background color is #6407f4


#6407f4 Border Color

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

This div border color is #6407f4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,7,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6407f4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6407f4;
  -webkit-box-shadow: 1px 1px 3px 2px #6407f4;
  box-shadow:         1px 1px 3px 2px #6407f4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6407f4


Comments

No comments written yet.

Please login to write comment.