Color Hex Logo

#040874 Color Hex

#040874
(4,8,116)
0 Favorites   0 Comments

Color spaces of #040874

RGB 48116
HSL0.660.930.24
HSV238°97°45°
CMYK 0.970.930.00   0.55
XYZ3.28931.460416.6315
Yxy1.46040.15380.0683
Hunter Lab12.084727.4372-73.1382
CIE-Lab12.354140.7232-58.0242

#040874 color RGB value is (4,8,116).

#040874 hex color red value is 4, green value is 8 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #040874 hue: 0.66 , saturation: 0.93 and the lightness value of 040874 is 0.24.

The process color (four color CMYK) of #040874 color hex is 0.97, 0.93, 0.00, 0.55. Web safe color of #040874 is #000066. Color #040874 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001000 01110100
Octal 4 10 164
Decimal 4 8 116
Hex 4 8 74

RGB Percentages of Color #040874

%3.13
%6.25
%90.63

CMYK Percentages of Color #040874

%97
%93
%0
%55

Triadic Colors of #040874

#040874 #740408 #087404

Analogous Colors of #040874

#040874 #380474 #044074

Monochromatic Colors of #040874

#040874

Complementary Color

#040874 #747004

#040874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040874 Color CSS Codes

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

#040874 Text Font Color

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

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


#040874 Background Color

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

This div background color is #040874


#040874 Border Color

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

This div border color is #040874


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,8,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #040874; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #040874;
  -webkit-box-shadow: 1px 1px 3px 2px #040874;
  box-shadow:         1px 1px 3px 2px #040874; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040874


Comments

No comments written yet.

Please login to write comment.