Color Hex Logo

#090948 Color Hex

#090948
(9,9,72)
0 Favorites   0 Comments

Color spaces of #090948

RGB 9972
HSL0.670.780.16
HSV240°88°28°
CMYK 0.880.880.00   0.72
XYZ1.38000.72136.1974
Yxy0.72130.16630.0869
Hunter Lab8.492914.1415-37.3196
CIE-Lab6.515424.9292-38.1134

#090948 color RGB value is (9,9,72).

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

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

Base Numbers

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

RGB Percentages of Color #090948

%10.00
%10.00
%80.00

CMYK Percentages of Color #090948

%88
%88
%0
%72

Triadic Colors of #090948

#090948 #480909 #094809

Analogous Colors of #090948

#090948 #290948 #092948

Monochromatic Colors of #090948

#090948

Complementary Color

#090948 #484809

#090948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090948 Color CSS Codes

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

#090948 Text Font Color

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

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


#090948 Background Color

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

This div background color is #090948


#090948 Border Color

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

This div border color is #090948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090948


Comments

No comments written yet.

Please login to write comment.