Color Hex Logo

#000205 Color Hex

#000205
(0,2,5)
0 Favorites   0 Comments

Color spaces of #000205

RGB 025
HSL0.601.000.01
HSV216°100°
CMYK 1.000.600.00   0.98
XYZ0.04910.05440.1515
Yxy0.05440.19250.2133
Hunter Lab2.3324-0.3240-2.2185
CIE-Lab0.4914-0.1067-1.3197

#000205 color RGB value is (0,2,5).

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

The process color (four color CMYK) of #000205 color hex is 1.00, 0.60, 0.00, 0.98. Web safe color of #000205 is #000000. Color #000205 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000010 00000101
Octal 0 2 5
Decimal 0 2 5
Hex 0 2 5

RGB Percentages of Color #000205

%0.00
%28.57
%71.43

CMYK Percentages of Color #000205

%100
%60
%0
%98

Triadic Colors of #000205

#000205 #050002 #020500

Analogous Colors of #000205

#000205 #000005 #000505

Monochromatic Colors of #000205

#000205

Complementary Color

#000205 #050300

#000205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000205 Color CSS Codes

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

#000205 Text Font Color

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

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


#000205 Background Color

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

This div background color is #000205


#000205 Border Color

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

This div border color is #000205


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000205


Comments

No comments written yet.

Please login to write comment.