Color Hex Logo

#042beb Color Hex

#042BEB
(4,43,235)
0 Favorites   0 Comments

Color spaces of #042beb

RGB 443235
HSL0.640.970.47
HSV230°98°92°
CMYK 0.980.820.00   0.08
XYZ15.90937.751779.2550
Yxy7.75170.15460.0753
Hunter Lab27.841953.2745-149.2863
CIE-Lab33.460362.3635-94.6323

#042beb color RGB value is (4,43,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101011 11101011
Octal 4 53 353
Decimal 4 43 235
Hex 4 2B EB

RGB Percentages of Color #042beb

%1.42
%15.25
%83.33

CMYK Percentages of Color #042beb

%98
%82
%0
%8

Triadic Colors of #042beb

#042beb #eb042b #2beb04

Analogous Colors of #042beb

#042beb #5104eb #049feb

Monochromatic Colors of #042beb

#042beb

Complementary Color

#042beb #ebc404

#042beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#042beb Color CSS Codes

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

#042beb Text Font Color

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

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


#042beb Background Color

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

This div background color is #042beb


#042beb Border Color

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

This div border color is #042beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042beb


Comments

No comments written yet.

Please login to write comment.