Color Hex Logo

#08267f Color Hex

#08267F
(8,38,127)
0 Favorites   0 Comments

Color spaces of #08267f

RGB 838127
HSL0.620.880.26
HSV225°94°50°
CMYK 0.940.700.00   0.50
XYZ4.62402.970220.4083
Yxy2.97020.16510.1061
Hunter Lab17.234317.7321-58.1454
CIE-Lab19.924227.6826-52.5197

#08267f color RGB value is (8,38,127).

#08267f hex color red value is 8, green value is 38 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #08267f hue: 0.62 , saturation: 0.88 and the lightness value of 08267f is 0.26.

The process color (four color CMYK) of #08267f color hex is 0.94, 0.70, 0.00, 0.50. Web safe color of #08267f is #003366. Color #08267f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100110 01111111
Octal 10 46 177
Decimal 8 38 127
Hex 8 26 7F

RGB Percentages of Color #08267f

%4.62
%21.97
%73.41

CMYK Percentages of Color #08267f

%94
%70
%0
%50

Triadic Colors of #08267f

#08267f #7f0826 #267f08

Analogous Colors of #08267f

#08267f #25087f #08627f

Monochromatic Colors of #08267f

#08267f

Complementary Color

#08267f #7f6108

#08267f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08267f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08267f Color CSS Codes

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

#08267f Text Font Color

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

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


#08267f Background Color

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

This div background color is #08267f


#08267f Border Color

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

This div border color is #08267f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08267f


Comments

No comments written yet.

Please login to write comment.