Color Hex Logo

#020676 Color Hex

#020676
(2,6,118)
0 Favorites   0 Comments

Color spaces of #020676

RGB 26118
HSL0.660.970.24
HSV238°98°46°
CMYK 0.980.950.00   0.54
XYZ3.36021.451217.2425
Yxy1.45120.15240.0658
Hunter Lab12.046628.7082-76.4303
CIE-Lab12.294442.1428-59.4206

#020676 color RGB value is (2,6,118).

#020676 hex color red value is 2, green value is 6 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #020676 hue: 0.66 , saturation: 0.97 and the lightness value of 020676 is 0.24.

The process color (four color CMYK) of #020676 color hex is 0.98, 0.95, 0.00, 0.54. Web safe color of #020676 is #000066. Color #020676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000110 01110110
Octal 2 6 166
Decimal 2 6 118
Hex 2 6 76

RGB Percentages of Color #020676

%1.59
%4.76
%93.65

CMYK Percentages of Color #020676

%98
%95
%0
%54

Triadic Colors of #020676

#020676 #760206 #067602

Analogous Colors of #020676

#020676 #380276 #024076

Monochromatic Colors of #020676

#020676

Complementary Color

#020676 #767202

#020676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020676 Color CSS Codes

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

#020676 Text Font Color

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

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


#020676 Background Color

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

This div background color is #020676


#020676 Border Color

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

This div border color is #020676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020676


Comments

No comments written yet.

Please login to write comment.