Color Hex Logo

#046ffd Color Hex

#046FFD
(4,111,253)
0 Favorites   0 Comments

Color spaces of #046ffd

RGB 4111253
HSL0.600.980.50
HSV214°98°99°
CMYK 0.980.560.00   0.01
XYZ23.464118.486595.2601
Yxy18.48650.17100.1347
Hunter Lab42.995922.1696-101.2635
CIE-Lab50.080928.8279-77.3521

#046ffd color RGB value is (4,111,253).

#046ffd hex color red value is 4, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #046ffd hue: 0.60 , saturation: 0.98 and the lightness value of 046ffd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101111 11111101
Octal 4 157 375
Decimal 4 111 253
Hex 4 6F FD

RGB Percentages of Color #046ffd

%1.09
%30.16
%68.75

CMYK Percentages of Color #046ffd

%98
%56
%0
%1

Triadic Colors of #046ffd

#046ffd #fd046f #6ffd04

Analogous Colors of #046ffd

#046ffd #1504fd #04ecfd

Monochromatic Colors of #046ffd

#046ffd

Complementary Color

#046ffd #fd9204

#046ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#046ffd Color CSS Codes

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

#046ffd Text Font Color

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

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


#046ffd Background Color

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

This div background color is #046ffd


#046ffd Border Color

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

This div border color is #046ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046ffd


Comments

No comments written yet.

Please login to write comment.