Color Hex Logo

#080c9a Color Hex

#080C9A
(8,12,154)
0 Favorites   0 Comments

Color spaces of #080c9a

RGB 812154
HSL0.660.900.32
HSV238°95°60°
CMYK 0.950.920.00   0.40
XYZ6.06432.647730.7633
Yxy2.64770.15360.0671
Hunter Lab16.271838.0494-100.7032
CIE-Lab18.573850.7696-71.6263

#080c9a color RGB value is (8,12,154).

#080c9a hex color red value is 8, green value is 12 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #080c9a hue: 0.66 , saturation: 0.90 and the lightness value of 080c9a is 0.32.

The process color (four color CMYK) of #080c9a color hex is 0.95, 0.92, 0.00, 0.40. Web safe color of #080c9a is #000099. Color #080c9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001100 10011010
Octal 10 14 232
Decimal 8 12 154
Hex 8 C 9A

RGB Percentages of Color #080c9a

%4.60
%6.90
%88.51

CMYK Percentages of Color #080c9a

%95
%92
%0
%40

Triadic Colors of #080c9a

#080c9a #9a080c #0c9a08

Analogous Colors of #080c9a

#080c9a #4d089a #08559a

Monochromatic Colors of #080c9a

#080c9a

Complementary Color

#080c9a #9a9608

#080c9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080c9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#080c9a Color CSS Codes

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

#080c9a Text Font Color

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

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


#080c9a Background Color

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

This div background color is #080c9a


#080c9a Border Color

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

This div border color is #080c9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080c9a


Comments

No comments written yet.

Please login to write comment.