Color Hex Logo

#080948 Color Hex

#080948
(8,9,72)
0 Favorites   0 Comments

Color spaces of #080948

RGB 8972
HSL0.660.800.16
HSV239°89°28°
CMYK 0.890.880.00   0.72
XYZ1.36750.71496.1968
Yxy0.71490.16520.0863
Hunter Lab8.455214.0732-37.5350
CIE-Lab6.457624.8090-38.2105

#080948 color RGB value is (8,9,72).

#080948 hex color red value is 8, green value is 9 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #080948 hue: 0.66 , saturation: 0.80 and the lightness value of 080948 is 0.16.

The process color (four color CMYK) of #080948 color hex is 0.89, 0.88, 0.00, 0.72. Web safe color of #080948 is #000033. Color #080948 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001001 01001000
Octal 10 11 110
Decimal 8 9 72
Hex 8 9 48

RGB Percentages of Color #080948

%8.99
%10.11
%80.90

CMYK Percentages of Color #080948

%89
%88
%0
%72

Triadic Colors of #080948

#080948 #480809 #094808

Analogous Colors of #080948

#080948 #270848 #082948

Monochromatic Colors of #080948

#080948

Complementary Color

#080948 #484708

#080948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080948 Color CSS Codes

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

#080948 Text Font Color

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

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


#080948 Background Color

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

This div background color is #080948


#080948 Border Color

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

This div border color is #080948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080948


Comments

No comments written yet.

Please login to write comment.