Color Hex Logo

#020093 Color Hex

#020093
(2,0,147)
0 Favorites   0 Comments

Color spaces of #020093

RGB 20147
HSL0.671.000.29
HSV241°100°58°
CMYK 0.991.000.00   0.42
XYZ5.29152.119527.7340
Yxy2.11950.15060.0603
Hunter Lab14.558539.4010-102.7567
CIE-Lab16.102352.5476-71.4303

#020093 color RGB value is (2,0,147).

#020093 hex color red value is 2, green value is 0 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #020093 hue: 0.67 , saturation: 1.00 and the lightness value of 020093 is 0.29.

The process color (four color CMYK) of #020093 color hex is 0.99, 1.00, 0.00, 0.42. Web safe color of #020093 is #000099. Color #020093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000000 10010011
Octal 2 0 223
Decimal 2 0 147
Hex 2 0 93

RGB Percentages of Color #020093

%1.34
%0.00
%98.66

CMYK Percentages of Color #020093

%99
%100
%0
%42

Triadic Colors of #020093

#020093 #930200 #009302

Analogous Colors of #020093

#020093 #4b0093 #004893

Monochromatic Colors of #020093

#020093

Complementary Color

#020093 #919300

#020093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020093 Color CSS Codes

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

#020093 Text Font Color

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

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


#020093 Background Color

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

This div background color is #020093


#020093 Border Color

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

This div border color is #020093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020093


Comments

No comments written yet.

Please login to write comment.