Color Hex Logo

#042daf Color Hex

#042DAF
(4,45,175)
0 Favorites   0 Comments

Color spaces of #042daf

RGB 445175
HSL0.630.960.35
HSV226°98°69°
CMYK 0.980.740.00   0.31
XYZ8.72634.997741.0622
Yxy4.99770.15930.0912
Hunter Lab22.355530.5538-93.2538
CIE-Lab26.728241.3894-70.8272

#042daf color RGB value is (4,45,175).

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

The process color (four color CMYK) of #042daf color hex is 0.98, 0.74, 0.00, 0.31. Web safe color of #042daf is #003399. Color #042daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101101 10101111
Octal 4 55 257
Decimal 4 45 175
Hex 4 2D AF

RGB Percentages of Color #042daf

%1.79
%20.09
%78.13

CMYK Percentages of Color #042daf

%98
%74
%0
%31

Triadic Colors of #042daf

#042daf #af042d #2daf04

Analogous Colors of #042daf

#042daf #3004af #0483af

Monochromatic Colors of #042daf

#042daf

Complementary Color

#042daf #af8604

#042daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#042daf Color CSS Codes

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

#042daf Text Font Color

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

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


#042daf Background Color

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

This div background color is #042daf


#042daf Border Color

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

This div border color is #042daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042daf


Comments

No comments written yet.

Please login to write comment.