Color Hex Logo

#080f4d Color Hex

#080F4D
(8,15,77)
0 Favorites   0 Comments

Color spaces of #080f4d

RGB 81577
HSL0.650.810.17
HSV234°90°30°
CMYK 0.900.810.00   0.70
XYZ1.61050.92917.1156
Yxy0.92910.16680.0962
Hunter Lab9.639012.9559-37.0212
CIE-Lab8.386323.3101-38.5137

#080f4d color RGB value is (8,15,77).

#080f4d hex color red value is 8, green value is 15 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #080f4d hue: 0.65 , saturation: 0.81 and the lightness value of 080f4d is 0.17.

The process color (four color CMYK) of #080f4d color hex is 0.90, 0.81, 0.00, 0.70. Web safe color of #080f4d is #000066. Color #080f4d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001111 01001101
Octal 10 17 115
Decimal 8 15 77
Hex 8 F 4D

RGB Percentages of Color #080f4d

%8.00
%15.00
%77.00

CMYK Percentages of Color #080f4d

%90
%81
%0
%70

Triadic Colors of #080f4d

#080f4d #4d080f #0f4d08

Analogous Colors of #080f4d

#080f4d #24084d #08324d

Monochromatic Colors of #080f4d

#080f4d

Complementary Color

#080f4d #4d4608

#080f4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080f4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#080f4d Color CSS Codes

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

#080f4d Text Font Color

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

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


#080f4d Background Color

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

This div background color is #080f4d


#080f4d Border Color

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

This div border color is #080f4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080f4d


Comments

No comments written yet.

Please login to write comment.