Color Hex Logo

#08284b Color Hex

#08284B
(8,40,75)
0 Favorites   0 Comments

Color spaces of #08284b

RGB 84075
HSL0.590.810.16
HSV211°89°29°
CMYK 0.890.470.00   0.71
XYZ2.12892.07726.9453
Yxy2.07720.19090.1863
Hunter Lab14.41251.1447-18.4828
CIE-Lab15.88733.4974-24.9330

#08284b color RGB value is (8,40,75).

#08284b hex color red value is 8, green value is 40 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #08284b hue: 0.59 , saturation: 0.81 and the lightness value of 08284b is 0.16.

The process color (four color CMYK) of #08284b color hex is 0.89, 0.47, 0.00, 0.71. Web safe color of #08284b is #003333. Color #08284b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101000 01001011
Octal 10 50 113
Decimal 8 40 75
Hex 8 28 4B

RGB Percentages of Color #08284b

%6.50
%32.52
%60.98

CMYK Percentages of Color #08284b

%89
%47
%0
%71

Triadic Colors of #08284b

#08284b #4b0828 #284b08

Analogous Colors of #08284b

#08284b #0a084b #084a4b

Monochromatic Colors of #08284b

#08284b

Complementary Color

#08284b #4b2b08

#08284b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08284b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08284b Color CSS Codes

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

#08284b Text Font Color

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

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


#08284b Background Color

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

This div background color is #08284b


#08284b Border Color

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

This div border color is #08284b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08284b


Comments

No comments written yet.

Please login to write comment.