Color Hex Logo

#042abf Color Hex

#042ABF
(4,42,191)
0 Favorites   0 Comments

Color spaces of #042abf

RGB 442191
HSL0.630.960.38
HSV228°98°75°
CMYK 0.980.780.00   0.25
XYZ10.28205.443349.7990
Yxy5.44330.15690.0831
Hunter Lab23.330937.8365-110.2209
CIE-Lab27.962148.7490-78.2964

#042abf color RGB value is (4,42,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101010 10111111
Octal 4 52 277
Decimal 4 42 191
Hex 4 2A BF

RGB Percentages of Color #042abf

%1.69
%17.72
%80.59

CMYK Percentages of Color #042abf

%98
%78
%0
%25

Triadic Colors of #042abf

#042abf #bf042a #2abf04

Analogous Colors of #042abf

#042abf #3b04bf #0488bf

Monochromatic Colors of #042abf

#042abf

Complementary Color

#042abf #bf9904

#042abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#042abf Color CSS Codes

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

#042abf Text Font Color

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

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


#042abf Background Color

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

This div background color is #042abf


#042abf Border Color

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

This div border color is #042abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042abf


Comments

No comments written yet.

Please login to write comment.