Color Hex Logo

#081351 Color Hex

#081351
(8,19,81)
0 Favorites   0 Comments

Color spaces of #081351

RGB 81981
HSL0.640.820.17
HSV231°90°32°
CMYK 0.900.770.00   0.68
XYZ1.81821.11147.9033
Yxy1.11140.16780.1026
Hunter Lab10.542312.3364-37.0686
CIE-Lab9.887022.1407-38.7955

#081351 color RGB value is (8,19,81).

#081351 hex color red value is 8, green value is 19 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #081351 hue: 0.64 , saturation: 0.82 and the lightness value of 081351 is 0.17.

The process color (four color CMYK) of #081351 color hex is 0.90, 0.77, 0.00, 0.68. Web safe color of #081351 is #000066. Color #081351 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010011 01010001
Octal 10 23 121
Decimal 8 19 81
Hex 8 13 51

RGB Percentages of Color #081351

%7.41
%17.59
%75.00

CMYK Percentages of Color #081351

%90
%77
%0
%68

Triadic Colors of #081351

#081351 #510813 #135108

Analogous Colors of #081351

#081351 #220851 #083851

Monochromatic Colors of #081351

#081351

Complementary Color

#081351 #514608

#081351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#081351 Color CSS Codes

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

#081351 Text Font Color

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

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


#081351 Background Color

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

This div background color is #081351


#081351 Border Color

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

This div border color is #081351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081351


Comments

No comments written yet.

Please login to write comment.