Color Hex Logo

#00050f Color Hex

#00050F
(0,5,15)
0 Favorites   0 Comments

Color spaces of #00050f

RGB 0515
HSL0.611.000.03
HSV220°100°
CMYK 1.000.670.00   0.94
XYZ0.14050.14300.4721
Yxy0.14300.18590.1893
Hunter Lab3.78150.0143-4.7549
CIE-Lab1.29170.1877-4.5256

#00050f color RGB value is (0,5,15).

#00050f hex color red value is 0, green value is 5 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #00050f hue: 0.61 , saturation: 1.00 and the lightness value of 00050f is 0.03.

The process color (four color CMYK) of #00050f color hex is 1.00, 0.67, 0.00, 0.94. Web safe color of #00050f is #000000. Color #00050f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000101 00001111
Octal 0 5 17
Decimal 0 5 15
Hex 0 5 F

RGB Percentages of Color #00050f

%0.00
%25.00
%75.00

CMYK Percentages of Color #00050f

%100
%67
%0
%94

Triadic Colors of #00050f

#00050f #0f0005 #050f00

Analogous Colors of #00050f

#00050f #02000f #000d0f

Monochromatic Colors of #00050f

#00050f

Complementary Color

#00050f #0f0a00

#00050f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00050f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00050f Color CSS Codes

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

#00050f Text Font Color

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

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


#00050f Background Color

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

This div background color is #00050f


#00050f Border Color

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

This div border color is #00050f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00050f

#00050f Color Palettes


Comments

No comments written yet.

Please login to write comment.