Color Hex Logo

#0825aa Color Hex

#0825AA
(8,37,170)
0 Favorites   0 Comments

Color spaces of #0825aa

RGB 837170
HSL0.640.910.35
HSV229°95°67°
CMYK 0.950.780.00   0.33
XYZ8.01744.277038.4332
Yxy4.27700.15800.0843
Hunter Lab20.680933.0078-95.7073
CIE-Lab24.566844.4243-71.4017

#0825aa color RGB value is (8,37,170).

#0825aa hex color red value is 8, green value is 37 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0825aa hue: 0.64 , saturation: 0.91 and the lightness value of 0825aa is 0.35.

The process color (four color CMYK) of #0825aa color hex is 0.95, 0.78, 0.00, 0.33. Web safe color of #0825aa is #003399. Color #0825aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100101 10101010
Octal 10 45 252
Decimal 8 37 170
Hex 8 25 AA

RGB Percentages of Color #0825aa

%3.72
%17.21
%79.07

CMYK Percentages of Color #0825aa

%95
%78
%0
%33

Triadic Colors of #0825aa

#0825aa #aa0825 #25aa08

Analogous Colors of #0825aa

#0825aa #3c08aa #0876aa

Monochromatic Colors of #0825aa

#0825aa

Complementary Color

#0825aa #aa8d08

#0825aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0825aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0825aa Color CSS Codes

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

#0825aa Text Font Color

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

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


#0825aa Background Color

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

This div background color is #0825aa


#0825aa Border Color

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

This div border color is #0825aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0825aa


Comments

No comments written yet.

Please login to write comment.