Color Hex Logo

#6001fe Color Hex

#6001FE
(96,1,254)
0 Favorites   0 Comments

Color spaces of #6001fe

RGB 961254
HSL0.730.990.50
HSV263°100°100°
CMYK 0.621.000.00   0.00
XYZ22.72419.664394.4336
Yxy9.66430.17920.0762
Hunter Lab31.087576.0757-158.3425
CIE-Lab37.233180.8740-98.9488

#6001fe color RGB value is (96,1,254).

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

The process color (four color CMYK) of #6001fe color hex is 0.62, 1.00, 0.00, 0.00. Web safe color of #6001fe is #6600ff. Color #6001fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000001 11111110
Octal 140 1 376
Decimal 96 1 254
Hex 60 1 FE

RGB Percentages of Color #6001fe

%27.35
%0.28
%72.36

CMYK Percentages of Color #6001fe

%62
%100
%0
%0

Triadic Colors of #6001fe

#6001fe #fe6001 #01fe60

Analogous Colors of #6001fe

#6001fe #df01fe #0121fe

Monochromatic Colors of #6001fe

#6001fe

Complementary Color

#6001fe #9ffe01

#6001fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6001fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6001fe Color CSS Codes

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

#6001fe Text Font Color

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

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


#6001fe Background Color

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

This div background color is #6001fe


#6001fe Border Color

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

This div border color is #6001fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,1,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 #6001fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6001fe

Related Colors


Comments

No comments written yet.

Please login to write comment.