Color Hex Logo

#00050d Color Hex

#00050D
(0,5,13)
0 Favorites   0 Comments

Color spaces of #00050d

RGB 0513
HSL0.601.000.03
HSV217°100°
CMYK 1.000.620.00   0.95
XYZ0.12690.13760.4006
Yxy0.13760.19080.2069
Hunter Lab3.7094-0.3851-3.8064
CIE-Lab1.2429-0.1591-3.5870

#00050d color RGB value is (0,5,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000101 00001101
Octal 0 5 15
Decimal 0 5 13
Hex 0 5 D

RGB Percentages of Color #00050d

%0.00
%27.78
%72.22

CMYK Percentages of Color #00050d

%100
%62
%0
%95

Triadic Colors of #00050d

#00050d #0d0005 #050d00

Analogous Colors of #00050d

#00050d #02000d #000c0d

Monochromatic Colors of #00050d

#00050d

Complementary Color

#00050d #0d0800

#00050d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00050d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00050d Color CSS Codes

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

#00050d Text Font Color

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

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


#00050d Background Color

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

This div background color is #00050d


#00050d Border Color

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

This div border color is #00050d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00050d

#00050d Color Palettes


Comments

No comments written yet.

Please login to write comment.