Color Hex Logo

#0046ea Color Hex

#0046EA
(0,70,234)
0 Favorites   0 Comments

Color spaces of #0046ea

RGB 070234
HSL0.621.000.46
HSV222°100°92°
CMYK 1.000.700.00   0.08
XYZ17.041410.320878.9358
Yxy10.32080.16030.0971
Hunter Lab32.126038.4657-123.1914
CIE-Lab38.412147.4064-85.8528

#0046ea color RGB value is (0,70,234).

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

The process color (four color CMYK) of #0046ea color hex is 1.00, 0.70, 0.00, 0.08. Web safe color of #0046ea is #0033ff. Color #0046ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000110 11101010
Octal 0 106 352
Decimal 0 70 234
Hex 0 46 EA

RGB Percentages of Color #0046ea

%0.00
%23.03
%76.97

CMYK Percentages of Color #0046ea

%100
%70
%0
%8

Triadic Colors of #0046ea

#0046ea #ea0046 #46ea00

Analogous Colors of #0046ea

#0046ea #2f00ea #00bbea

Monochromatic Colors of #0046ea

#0046ea

Complementary Color

#0046ea #eaa400

#0046ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0046ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0046ea Color CSS Codes

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

#0046ea Text Font Color

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

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


#0046ea Background Color

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

This div background color is #0046ea


#0046ea Border Color

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

This div border color is #0046ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,70,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0046ea


Comments

No comments written yet.

Please login to write comment.