Color Hex Logo

#043afa Color Hex

#043AFA
(4,58,250)
0 Favorites   0 Comments

Color spaces of #043afa

RGB 458250
HSL0.630.970.50
HSV227°98°98°
CMYK 0.980.770.00   0.02
XYZ18.81849.954191.3720
Yxy9.95410.15660.0829
Hunter Lab31.550151.2555-149.6241
CIE-Lab37.759959.6953-95.9565

#043afa color RGB value is (4,58,250).

#043afa hex color red value is 4, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #043afa hue: 0.63 , saturation: 0.97 and the lightness value of 043afa is 0.50.

The process color (four color CMYK) of #043afa color hex is 0.98, 0.77, 0.00, 0.02. Web safe color of #043afa is #0033ff. Color #043afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00111010 11111010
Octal 4 72 372
Decimal 4 58 250
Hex 4 3A FA

RGB Percentages of Color #043afa

%1.28
%18.59
%80.13

CMYK Percentages of Color #043afa

%98
%77
%0
%2

Triadic Colors of #043afa

#043afa #fa043a #3afa04

Analogous Colors of #043afa

#043afa #4904fa #04b5fa

Monochromatic Colors of #043afa

#043afa

Complementary Color

#043afa #fac404

#043afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#043afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#043afa Color CSS Codes

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

#043afa Text Font Color

<p style="color:#043afa">Text here</p>

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


#043afa Background Color

<div style="background-color:#043afa">
Div content here</div>

This div background color is #043afa


#043afa Border Color

<div style="border:3px solid #043afa">
Div here</div>

This div border color is #043afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,58,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #043afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #043afa;
  -webkit-box-shadow: 1px 1px 3px 2px #043afa;
  box-shadow:         1px 1px 3px 2px #043afa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #043afa


Comments

No comments written yet.

Please login to write comment.