Color Hex Logo

#046eff Color Hex

#046EFF
(4,110,255)
0 Favorites   0 Comments

Color spaces of #046eff

RGB 4110255
HSL0.601.000.51
HSV215°98°100°
CMYK 0.980.570.00   0.00
XYZ23.676018.397796.9110
Yxy18.39770.17030.1324
Hunter Lab42.892523.4672-103.9345
CIE-Lab49.975030.2261-78.6335

#046eff color RGB value is (4,110,255).

#046eff hex color red value is 4, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #046eff hue: 0.60 , saturation: 1.00 and the lightness value of 046eff is 0.51.

The process color (four color CMYK) of #046eff color hex is 0.98, 0.57, 0.00, 0.00. Web safe color of #046eff is #0066ff. Color #046eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101110 11111111
Octal 4 156 377
Decimal 4 110 255
Hex 4 6E FF

RGB Percentages of Color #046eff

%1.08
%29.81
%69.11

CMYK Percentages of Color #046eff

%98
%57
%0
%0

Triadic Colors of #046eff

#046eff #ff046e #6eff04

Analogous Colors of #046eff

#046eff #1804ff #04ecff

Monochromatic Colors of #046eff

#046eff

Complementary Color

#046eff #ff9504

#046eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#046eff Color CSS Codes

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

#046eff Text Font Color

<p style="color:#046eff">Text here</p>

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


#046eff Background Color

<div style="background-color:#046eff">
Div content here</div>

This div background color is #046eff


#046eff Border Color

<div style="border:3px solid #046eff">
Div here</div>

This div border color is #046eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,110,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046eff;
  -webkit-box-shadow: 1px 1px 3px 2px #046eff;
  box-shadow:         1px 1px 3px 2px #046eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046eff


Comments

No comments written yet.

Please login to write comment.