Color Hex Logo

#080251 Color Hex

#080251
(8,2,81)
0 Favorites   0 Comments

Color spaces of #080251

RGB 8281
HSL0.680.950.16
HSV245°98°32°
CMYK 0.900.980.00   0.68
XYZ1.60710.68917.8329
Yxy0.68910.15870.0680
Hunter Lab8.301220.0302-50.1344
CIE-Lab6.224632.5373-44.8615

#080251 color RGB value is (8,2,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000010 01010001
Octal 10 2 121
Decimal 8 2 81
Hex 8 2 51

RGB Percentages of Color #080251

%8.79
%2.20
%89.01

CMYK Percentages of Color #080251

%90
%98
%0
%68

Triadic Colors of #080251

#080251 #510802 #025108

Analogous Colors of #080251

#080251 #300251 #022351

Monochromatic Colors of #080251

#080251

Complementary Color

#080251 #4b5102

#080251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080251 Color CSS Codes

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

#080251 Text Font Color

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

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


#080251 Background Color

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

This div background color is #080251


#080251 Border Color

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

This div border color is #080251


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,2,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 #080251">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080251


Comments

No comments written yet.

Please login to write comment.