Color Hex Logo

#020768 Color Hex

#020768
(2,7,104)
0 Favorites   0 Comments

Color spaces of #020768

RGB 27104
HSL0.660.960.21
HSV237°98°41°
CMYK 0.980.930.00   0.59
XYZ2.59971.164313.1844
Yxy1.16430.15340.0687
Hunter Lab10.790324.1230-64.8920
CIE-Lab10.291437.3237-53.6157

#020768 color RGB value is (2,7,104).

#020768 hex color red value is 2, green value is 7 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #020768 hue: 0.66 , saturation: 0.96 and the lightness value of 020768 is 0.21.

The process color (four color CMYK) of #020768 color hex is 0.98, 0.93, 0.00, 0.59. Web safe color of #020768 is #000066. Color #020768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000111 01101000
Octal 2 7 150
Decimal 2 7 104
Hex 2 7 68

RGB Percentages of Color #020768

%1.77
%6.19
%92.04

CMYK Percentages of Color #020768

%98
%93
%0
%59

Triadic Colors of #020768

#020768 #680207 #076802

Analogous Colors of #020768

#020768 #300268 #023a68

Monochromatic Colors of #020768

#020768

Complementary Color

#020768 #686302

#020768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020768 Color CSS Codes

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

#020768 Text Font Color

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

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


#020768 Background Color

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

This div background color is #020768


#020768 Border Color

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

This div border color is #020768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020768


Comments

No comments written yet.

Please login to write comment.