Color Hex Logo

#00050e Color Hex

#00050E
(0,5,14)
0 Favorites   0 Comments

Color spaces of #00050e

RGB 0514
HSL0.611.000.03
HSV219°100°
CMYK 1.000.640.00   0.95
XYZ0.13350.14020.4355
Yxy0.14020.18820.1977
Hunter Lab3.7443-0.1884-4.2749
CIE-Lab1.26640.0100-4.0457

#00050e color RGB value is (0,5,14).

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

The process color (four color CMYK) of #00050e color hex is 1.00, 0.64, 0.00, 0.95. Web safe color of #00050e is #000000. Color #00050e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000101 00001110
Octal 0 5 16
Decimal 0 5 14
Hex 0 5 E

RGB Percentages of Color #00050e

%0.00
%26.32
%73.68

CMYK Percentages of Color #00050e

%100
%64
%0
%95

Triadic Colors of #00050e

#00050e #0e0005 #050e00

Analogous Colors of #00050e

#00050e #02000e #000c0e

Monochromatic Colors of #00050e

#00050e

Complementary Color

#00050e #0e0900

#00050e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00050e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00050e Color CSS Codes

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

#00050e Text Font Color

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

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


#00050e Background Color

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

This div background color is #00050e


#00050e Border Color

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

This div border color is #00050e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00050e


Comments

No comments written yet.

Please login to write comment.