Color Hex Logo

#043abe Color Hex

#043ABE
(4,58,190)
0 Favorites   0 Comments

Color spaces of #043abe

RGB 458190
HSL0.620.960.38
HSV223°98°75°
CMYK 0.980.690.00   0.25
XYZ10.85746.769649.4496
Yxy6.76960.16190.1009
Hunter Lab26.018528.9551-94.4712
CIE-Lab31.276538.8265-72.2207

#043abe color RGB value is (4,58,190).

#043abe hex color red value is 4, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #043abe hue: 0.62 , saturation: 0.96 and the lightness value of 043abe is 0.38.

The process color (four color CMYK) of #043abe color hex is 0.98, 0.69, 0.00, 0.25. Web safe color of #043abe is #0033cc. Color #043abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00111010 10111110
Octal 4 72 276
Decimal 4 58 190
Hex 4 3A BE

RGB Percentages of Color #043abe

%1.59
%23.02
%75.40

CMYK Percentages of Color #043abe

%98
%69
%0
%25

Triadic Colors of #043abe

#043abe #be043a #3abe04

Analogous Colors of #043abe

#043abe #2b04be #0497be

Monochromatic Colors of #043abe

#043abe

Complementary Color

#043abe #be8804

#043abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#043abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#043abe Color CSS Codes

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

#043abe Text Font Color

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

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


#043abe Background Color

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

This div background color is #043abe


#043abe Border Color

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

This div border color is #043abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #043abe


Comments

No comments written yet.

Please login to write comment.