Color Hex Logo

#042abe Color Hex

#042ABE
(4,42,190)
0 Favorites   0 Comments

Color spaces of #042abe

RGB 442190
HSL0.630.960.38
HSV228°98°75°
CMYK 0.980.780.00   0.25
XYZ10.17235.399449.2213
Yxy5.39940.15700.0833
Hunter Lab23.236637.4780-109.3263
CIE-Lab27.843648.4095-77.9026

#042abe color RGB value is (4,42,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101010 10111110
Octal 4 52 276
Decimal 4 42 190
Hex 4 2A BE

RGB Percentages of Color #042abe

%1.69
%17.80
%80.51

CMYK Percentages of Color #042abe

%98
%78
%0
%25

Triadic Colors of #042abe

#042abe #be042a #2abe04

Analogous Colors of #042abe

#042abe #3b04be #0487be

Monochromatic Colors of #042abe

#042abe

Complementary Color

#042abe #be9804

#042abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#042abe Color CSS Codes

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

#042abe Text Font Color

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

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


#042abe Background Color

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

This div background color is #042abe


#042abe Border Color

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

This div border color is #042abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042abe


Comments

No comments written yet.

Please login to write comment.