Color Hex Logo

#042dba Color Hex

#042DBA
(4,45,186)
0 Favorites   0 Comments

Color spaces of #042dba

RGB 445186
HSL0.630.960.37
HSV226°98°73°
CMYK 0.980.760.00   0.27
XYZ9.85145.447846.9867
Yxy5.44780.15820.0875
Hunter Lab23.340534.4941-103.0181
CIE-Lab27.974245.3235-75.3185

#042dba color RGB value is (4,45,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101101 10111010
Octal 4 55 272
Decimal 4 45 186
Hex 4 2D BA

RGB Percentages of Color #042dba

%1.70
%19.15
%79.15

CMYK Percentages of Color #042dba

%98
%76
%0
%27

Triadic Colors of #042dba

#042dba #ba042d #2dba04

Analogous Colors of #042dba

#042dba #3604ba #0488ba

Monochromatic Colors of #042dba

#042dba

Complementary Color

#042dba #ba9104

#042dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#042dba Color CSS Codes

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

#042dba Text Font Color

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

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


#042dba Background Color

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

This div background color is #042dba


#042dba Border Color

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

This div border color is #042dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042dba


Comments

No comments written yet.

Please login to write comment.