Color Hex Logo

#6000fe Color Hex

#6000FE
(96,0,254)
0 Favorites   0 Comments

Color spaces of #6000fe

RGB 960254
HSL0.731.000.50
HSV263°100°100°
CMYK 0.621.000.00   0.00
XYZ22.71339.642694.4300
Yxy9.64260.17910.0761
Hunter Lab31.052576.2214-158.5627
CIE-Lab37.193280.9967-99.0151

#6000fe color RGB value is (96,0,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000000 11111110
Octal 140 0 376
Decimal 96 0 254
Hex 60 0 FE

RGB Percentages of Color #6000fe

%27.43
%0.00
%72.57

CMYK Percentages of Color #6000fe

%62
%100
%0
%0

Triadic Colors of #6000fe

#6000fe #fe6000 #00fe60

Analogous Colors of #6000fe

#6000fe #df00fe #001ffe

Monochromatic Colors of #6000fe

#6000fe

Complementary Color

#6000fe #9efe00

#6000fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6000fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6000fe Color CSS Codes

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

#6000fe Text Font Color

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

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


#6000fe Background Color

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

This div background color is #6000fe


#6000fe Border Color

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

This div border color is #6000fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6000fe


Comments

No comments written yet.

Please login to write comment.