Color Hex Logo

#08279b Color Hex

#08279B
(8,39,155)
0 Favorites   0 Comments

Color spaces of #08279b

RGB 839155
HSL0.630.900.32
HSV227°95°61°
CMYK 0.950.750.00   0.39
XYZ6.74213.869231.4018
Yxy3.86920.16050.0921
Hunter Lab19.670326.7589-80.8818
CIE-Lab23.234237.8641-64.4929

#08279b color RGB value is (8,39,155).

#08279b hex color red value is 8, green value is 39 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #08279b hue: 0.63 , saturation: 0.90 and the lightness value of 08279b is 0.32.

The process color (four color CMYK) of #08279b color hex is 0.95, 0.75, 0.00, 0.39. Web safe color of #08279b is #003399. Color #08279b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100111 10011011
Octal 10 47 233
Decimal 8 39 155
Hex 8 27 9B

RGB Percentages of Color #08279b

%3.96
%19.31
%76.73

CMYK Percentages of Color #08279b

%95
%75
%0
%39

Triadic Colors of #08279b

#08279b #9b0827 #279b08

Analogous Colors of #08279b

#08279b #33089b #08719b

Monochromatic Colors of #08279b

#08279b

Complementary Color

#08279b #9b7c08

#08279b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08279b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08279b Color CSS Codes

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

#08279b Text Font Color

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

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


#08279b Background Color

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

This div background color is #08279b


#08279b Border Color

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

This div border color is #08279b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08279b


Comments

No comments written yet.

Please login to write comment.