Color Hex Logo

#080465 Color Hex

#080465
(8,4,101)
0 Favorites   0 Comments

Color spaces of #080465

RGB 84101
HSL0.670.920.21
HSV242°96°40°
CMYK 0.920.960.00   0.60
XYZ2.49251.078012.3886
Yxy1.07800.15620.0675
Hunter Lab10.382724.6816-63.4769
CIE-Lab9.625038.0960-52.7324

#080465 color RGB value is (8,4,101).

#080465 hex color red value is 8, green value is 4 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #080465 hue: 0.67 , saturation: 0.92 and the lightness value of 080465 is 0.21.

The process color (four color CMYK) of #080465 color hex is 0.92, 0.96, 0.00, 0.60. Web safe color of #080465 is #000066. Color #080465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000100 01100101
Octal 10 4 145
Decimal 8 4 101
Hex 8 4 65

RGB Percentages of Color #080465

%7.08
%3.54
%89.38

CMYK Percentages of Color #080465

%92
%96
%0
%60

Triadic Colors of #080465

#080465 #650804 #046508

Analogous Colors of #080465

#080465 #380465 #043165

Monochromatic Colors of #080465

#080465

Complementary Color

#080465 #616504

#080465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080465 Color CSS Codes

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

#080465 Text Font Color

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

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


#080465 Background Color

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

This div background color is #080465


#080465 Border Color

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

This div border color is #080465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080465


Comments

No comments written yet.

Please login to write comment.