Color Hex Logo

#6420e0 Color Hex

#6420E0
(100,32,224)
0 Favorites   0 Comments

Color spaces of #6420e0

RGB 10032224
HSL0.730.760.50
HSV261°86°88°
CMYK 0.550.860.00   0.12
XYZ19.22669.124271.2688
Yxy9.12420.19300.0916
Hunter Lab30.206360.7560-118.7446
CIE-Lab36.222368.4150-83.6122

#6420e0 color RGB value is (100,32,224).

#6420e0 hex color red value is 100, green value is 32 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #6420e0 hue: 0.73 , saturation: 0.76 and the lightness value of 6420e0 is 0.50.

The process color (four color CMYK) of #6420e0 color hex is 0.55, 0.86, 0.00, 0.12. Web safe color of #6420e0 is #6633cc. Color #6420e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100000 11100000
Octal 144 40 340
Decimal 100 32 224
Hex 64 20 E0

RGB Percentages of Color #6420e0

%28.09
%8.99
%62.92

CMYK Percentages of Color #6420e0

%55
%86
%0
%12

Triadic Colors of #6420e0

#6420e0 #e06420 #20e064

Analogous Colors of #6420e0

#6420e0 #c420e0 #203ce0

Monochromatic Colors of #6420e0

#6420e0

Complementary Color

#6420e0 #9ce020

#6420e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6420e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6420e0 Color CSS Codes

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

#6420e0 Text Font Color

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

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


#6420e0 Background Color

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

This div background color is #6420e0


#6420e0 Border Color

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

This div border color is #6420e0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,32,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6420e0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6420e0;
  -webkit-box-shadow: 1px 1px 3px 2px #6420e0;
  box-shadow:         1px 1px 3px 2px #6420e0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6420e0


Comments

No comments written yet.

Please login to write comment.