Color Hex Logo

#06082c Color Hex

#06082C
(6,8,44)
0 Favorites   0 Comments

Color spaces of #06082c

RGB 6844
HSL0.660.760.10
HSV237°86°17°
CMYK 0.860.820.00   0.83
XYZ0.61660.39422.4265
Yxy0.39420.17940.1147
Hunter Lab6.27856.5426-18.5192
CIE-Lab3.56089.9102-22.5566

#06082c color RGB value is (6,8,44).

#06082c hex color red value is 6, green value is 8 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #06082c hue: 0.66 , saturation: 0.76 and the lightness value of 06082c is 0.10.

The process color (four color CMYK) of #06082c color hex is 0.86, 0.82, 0.00, 0.83. Web safe color of #06082c is #000033. Color #06082c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001000 00101100
Octal 6 10 54
Decimal 6 8 44
Hex 6 8 2C

RGB Percentages of Color #06082c

%10.34
%13.79
%75.86

CMYK Percentages of Color #06082c

%86
%82
%0
%83

Triadic Colors of #06082c

#06082c #2c0608 #082c06

Analogous Colors of #06082c

#06082c #17062c #061b2c

Monochromatic Colors of #06082c

#06082c

Complementary Color

#06082c #2c2a06

#06082c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06082c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06082c Color CSS Codes

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

#06082c Text Font Color

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

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


#06082c Background Color

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

This div background color is #06082c


#06082c Border Color

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

This div border color is #06082c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06082c


Comments

No comments written yet.

Please login to write comment.