color codes Logo

#0046fe color codes

#0046FE
(0,70,254)
0 Favorites   0 Comments

Color spaces of #0046fe

RGB 070254
HSL0.621.000.50
HSV223°100°100°
CMYK 1.000.720.00   0.00
XYZ20.079611.536194.9343
Yxy11.53610.15870.0912
Hunter Lab33.964846.0886-141.9447
CIE-Lab40.469154.3878-93.7059

#0046fe color RGB value is (0,70,254).

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

The process color (four color CMYK) of #0046fe color code is 1.00, 0.72, 0.00, 0.00. Web safe color of #0046fe is #0033ff. Color #0046fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000110 11111110
Octal 0 106 376
Decimal 0 70 254
Hex 0 46 FE

RGB Percentages of Color #0046fe

%0.00
%21.60
%78.40

CMYK Percentages of Color #0046fe

%100
%72
%0
%0

Triadic Colors of #0046fe

#0046fe #fe0046 #46fe00

Analogous Colors of #0046fe

#0046fe #3900fe #00c5fe

Monochromatic Colors of #0046fe

#0046fe

Complementary Color

#0046fe #feb800

#0046fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0046fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0046fe Color CSS Codes

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

#0046fe Text Font Color

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

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


#0046fe Background Color

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

This div background color is #0046fe


#0046fe Border Color

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

This div border color is #0046fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0046fe


Comments

No comments written yet.

Please login to write comment.