Color Hex Logo

#046cfe Color Hex

#046CFE
(4,108,254)
0 Favorites   0 Comments

Color spaces of #046cfe

RGB 4108254
HSL0.600.990.51
HSV215°98°100°
CMYK 0.980.570.00   0.00
XYZ23.302017.906795.9941
Yxy17.90670.16980.1305
Hunter Lab42.316324.2397-104.8773
CIE-Lab49.382731.1134-79.0459

#046cfe color RGB value is (4,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101100 11111110
Octal 4 154 376
Decimal 4 108 254
Hex 4 6C FE

RGB Percentages of Color #046cfe

%1.09
%29.51
%69.40

CMYK Percentages of Color #046cfe

%98
%57
%0
%0

Triadic Colors of #046cfe

#046cfe #fe046c #6cfe04

Analogous Colors of #046cfe

#046cfe #1904fe #04e9fe

Monochromatic Colors of #046cfe

#046cfe

Complementary Color

#046cfe #fe9604

#046cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#046cfe Color CSS Codes

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

#046cfe Text Font Color

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

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


#046cfe Background Color

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

This div background color is #046cfe


#046cfe Border Color

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

This div border color is #046cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,108,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 #046cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046cfe


Comments

No comments written yet.

Please login to write comment.