Color Hex Logo

#020209 Color Hex

#020209
(2,2,9)
0 Favorites   0 Comments

Color spaces of #020209

RGB 229
HSL0.670.640.02
HSV240°78°
CMYK 0.780.780.00   0.96
XYZ0.09610.07600.2681
Yxy0.07600.21830.1726
Hunter Lab2.75681.3979-3.8362
CIE-Lab0.68650.9776-2.6511

#020209 color RGB value is (2,2,9).

#020209 hex color red value is 2, green value is 2 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #020209 hue: 0.67 , saturation: 0.64 and the lightness value of 020209 is 0.02.

The process color (four color CMYK) of #020209 color hex is 0.78, 0.78, 0.00, 0.96. Web safe color of #020209 is #000000. Color #020209 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000010 00001001
Octal 2 2 11
Decimal 2 2 9
Hex 2 2 9

RGB Percentages of Color #020209

%15.38
%15.38
%69.23

CMYK Percentages of Color #020209

%78
%78
%0
%96

Triadic Colors of #020209

#020209 #090202 #020902

Analogous Colors of #020209

#020209 #060209 #020609

Monochromatic Colors of #020209

#020209

Complementary Color

#020209 #090902

#020209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020209 Color CSS Codes

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

#020209 Text Font Color

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

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


#020209 Background Color

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

This div background color is #020209


#020209 Border Color

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

This div border color is #020209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020209


Comments

No comments written yet.

Please login to write comment.