Color Hex Logo

#040825 Color Hex

#040825
(4,8,37)
0 Favorites   0 Comments

Color spaces of #040825

RGB 4837
HSL0.650.800.08
HSV233°89°15°
CMYK 0.890.780.00   0.85
XYZ0.47080.33301.7897
Yxy0.33300.18150.1284
Hunter Lab5.77064.4645-14.3488
CIE-Lab3.00806.3205-18.0791

#040825 color RGB value is (4,8,37).

#040825 hex color red value is 4, green value is 8 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #040825 hue: 0.65 , saturation: 0.80 and the lightness value of 040825 is 0.08.

The process color (four color CMYK) of #040825 color hex is 0.89, 0.78, 0.00, 0.85. Web safe color of #040825 is #000033. Color #040825 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001000 00100101
Octal 4 10 45
Decimal 4 8 37
Hex 4 8 25

RGB Percentages of Color #040825

%8.16
%16.33
%75.51

CMYK Percentages of Color #040825

%89
%78
%0
%85

Triadic Colors of #040825

#040825 #250408 #082504

Analogous Colors of #040825

#040825 #110425 #041925

Monochromatic Colors of #040825

#040825

Complementary Color

#040825 #252104

#040825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040825 Color CSS Codes

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

#040825 Text Font Color

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

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


#040825 Background Color

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

This div background color is #040825


#040825 Border Color

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

This div border color is #040825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040825


Comments

No comments written yet.

Please login to write comment.