Color Hex Logo

#043aeb Color Hex

#043AEB
(4,58,235)
0 Favorites   0 Comments

Color spaces of #043aeb

RGB 458235
HSL0.630.970.47
HSV226°98°92°
CMYK 0.980.750.00   0.08
XYZ16.55859.050179.4714
Yxy9.05010.15760.0861
Hunter Lab30.083445.6041-135.5683
CIE-Lab36.080654.7676-90.2782

#043aeb color RGB value is (4,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00111010 11101011
Octal 4 72 353
Decimal 4 58 235
Hex 4 3A EB

RGB Percentages of Color #043aeb

%1.35
%19.53
%79.12

CMYK Percentages of Color #043aeb

%98
%75
%0
%8

Triadic Colors of #043aeb

#043aeb #eb043a #3aeb04

Analogous Colors of #043aeb

#043aeb #4104eb #04aeeb

Monochromatic Colors of #043aeb

#043aeb

Complementary Color

#043aeb #ebb504

#043aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#043aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#043aeb Color CSS Codes

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

#043aeb Text Font Color

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

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


#043aeb Background Color

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

This div background color is #043aeb


#043aeb Border Color

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

This div border color is #043aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #043aeb


Comments

No comments written yet.

Please login to write comment.