Color Hex Logo

#080273 Color Hex

#080273
(8,2,115)
0 Favorites   0 Comments

Color spaces of #080273

RGB 82115
HSL0.680.970.23
HSV243°98°45°
CMYK 0.930.980.00   0.55
XYZ3.21641.332816.3074
Yxy1.33280.15420.0639
Hunter Lab11.544729.5276-75.6685
CIE-Lab11.503043.1790-58.7926

#080273 color RGB value is (8,2,115).

#080273 hex color red value is 8, green value is 2 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #080273 hue: 0.68 , saturation: 0.97 and the lightness value of 080273 is 0.23.

The process color (four color CMYK) of #080273 color hex is 0.93, 0.98, 0.00, 0.55. Web safe color of #080273 is #000066. Color #080273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000010 01110011
Octal 10 2 163
Decimal 8 2 115
Hex 8 2 73

RGB Percentages of Color #080273

%6.40
%1.60
%92.00

CMYK Percentages of Color #080273

%93
%98
%0
%55

Triadic Colors of #080273

#080273 #730802 #027308

Analogous Colors of #080273

#080273 #410273 #023473

Monochromatic Colors of #080273

#080273

Complementary Color

#080273 #6d7302

#080273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080273 Color CSS Codes

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

#080273 Text Font Color

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

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


#080273 Background Color

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

This div background color is #080273


#080273 Border Color

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

This div border color is #080273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080273


Comments

No comments written yet.

Please login to write comment.