Color Hex Logo

#050825 Color Hex

#050825
(5,8,37)
0 Favorites   0 Comments

Color spaces of #050825

RGB 5837
HSL0.650.760.08
HSV234°86°15°
CMYK 0.860.780.00   0.85
XYZ0.48330.33951.7903
Yxy0.33950.18500.1299
Hunter Lab5.82674.6093-14.1388
CIE-Lab3.06676.5794-17.9836

#050825 color RGB value is (5,8,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001000 00100101
Octal 5 10 45
Decimal 5 8 37
Hex 5 8 25

RGB Percentages of Color #050825

%10.00
%16.00
%74.00

CMYK Percentages of Color #050825

%86
%78
%0
%85

Triadic Colors of #050825

#050825 #250508 #082505

Analogous Colors of #050825

#050825 #120525 #051825

Monochromatic Colors of #050825

#050825

Complementary Color

#050825 #252205

#050825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050825 Color CSS Codes

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

#050825 Text Font Color

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

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


#050825 Background Color

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

This div background color is #050825


#050825 Border Color

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

This div border color is #050825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050825


Comments

No comments written yet.

Please login to write comment.