Color Hex Logo

#020506 Color Hex

#020506
(2,5,6)
0 Favorites   0 Comments

Color spaces of #020506

RGB 256
HSL0.540.500.02
HSV195°67°
CMYK 0.670.170.00   0.98
XYZ0.11220.13460.1924
Yxy0.13460.25550.3065
Hunter Lab3.6688-0.9614-0.5412
CIE-Lab1.2158-0.6445-0.6557

#020506 color RGB value is (2,5,6).

#020506 hex color red value is 2, green value is 5 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #020506 hue: 0.54 , saturation: 0.50 and the lightness value of 020506 is 0.02.

The process color (four color CMYK) of #020506 color hex is 0.67, 0.17, 0.00, 0.98. Web safe color of #020506 is #000000. Color #020506 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000101 00000110
Octal 2 5 6
Decimal 2 5 6
Hex 2 5 6

RGB Percentages of Color #020506

%15.38
%38.46
%46.15

CMYK Percentages of Color #020506

%67
%17
%0
%98

Triadic Colors of #020506

#020506 #060205 #050602

Analogous Colors of #020506

#020506 #020306 #020605

Monochromatic Colors of #020506

#020506

Complementary Color

#020506 #060302

#020506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020506 Color CSS Codes

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

#020506 Text Font Color

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

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


#020506 Background Color

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

This div background color is #020506


#020506 Border Color

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

This div border color is #020506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020506


Comments

No comments written yet.

Please login to write comment.