Color Hex Logo

#00082d Color Hex

#00082D
(0,8,45)
0 Favorites   0 Comments

Color spaces of #00082d

RGB 0845
HSL0.641.000.09
HSV229°100°18°
CMYK 1.000.820.00   0.82
XYZ0.56050.36312.5232
Yxy0.36310.16260.1053
Hunter Lab6.02586.0584-20.6087
CIE-Lab3.27998.8230-23.7789

#00082d color RGB value is (0,8,45).

#00082d hex color red value is 0, green value is 8 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #00082d hue: 0.64 , saturation: 1.00 and the lightness value of 00082d is 0.09.

The process color (four color CMYK) of #00082d color hex is 1.00, 0.82, 0.00, 0.82. Web safe color of #00082d is #000033. Color #00082d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001000 00101101
Octal 0 10 55
Decimal 0 8 45
Hex 0 8 2D

RGB Percentages of Color #00082d

%0.00
%15.09
%84.91

CMYK Percentages of Color #00082d

%100
%82
%0
%82

Triadic Colors of #00082d

#00082d #2d0008 #082d00

Analogous Colors of #00082d

#00082d #0f002d #001f2d

Monochromatic Colors of #00082d

#00082d

Complementary Color

#00082d #2d2500

#00082d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00082d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00082d Color CSS Codes

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

#00082d Text Font Color

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

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


#00082d Background Color

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

This div background color is #00082d


#00082d Border Color

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

This div border color is #00082d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00082d

#00082d Color Palettes


Comments

No comments written yet.

Please login to write comment.