Color Hex Logo

#6410fe Color Hex

#6410FE
(100,16,254)
0 Favorites   0 Comments

Color spaces of #6410fe

RGB 10016254
HSL0.730.990.53
HSV261°94°100°
CMYK 0.610.940.00   0.00
XYZ23.330210.235794.5120
Yxy10.23570.18220.0799
Hunter Lab31.993374.1779-152.7545
CIE-Lab38.262279.1731-97.2272

#6410fe color RGB value is (100,16,254).

#6410fe hex color red value is 100, green value is 16 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6410fe hue: 0.73 , saturation: 0.99 and the lightness value of 6410fe is 0.53.

The process color (four color CMYK) of #6410fe color hex is 0.61, 0.94, 0.00, 0.00. Web safe color of #6410fe is #6600ff. Color #6410fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010000 11111110
Octal 144 20 376
Decimal 100 16 254
Hex 64 10 FE

RGB Percentages of Color #6410fe

%27.03
%4.32
%68.65

CMYK Percentages of Color #6410fe

%61
%94
%0
%0

Triadic Colors of #6410fe

#6410fe #fe6410 #10fe64

Analogous Colors of #6410fe

#6410fe #db10fe #1033fe

Monochromatic Colors of #6410fe

#6410fe

Complementary Color

#6410fe #aafe10

#6410fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6410fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6410fe Color CSS Codes

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

#6410fe Text Font Color

<p style="color:#6410fe">Text here</p>

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


#6410fe Background Color

<div style="background-color:#6410fe">
Div content here</div>

This div background color is #6410fe


#6410fe Border Color

<div style="border:3px solid #6410fe">
Div here</div>

This div border color is #6410fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,16,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6410fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6410fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6410fe;
  box-shadow:         1px 1px 3px 2px #6410fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6410fe


Comments

No comments written yet.

Please login to write comment.