Color Hex Logo

#050912 Color Hex

#050912
(5,9,18)
0 Favorites   0 Comments

Color spaces of #050912

RGB 5918
HSL0.620.570.05
HSV222°72°
CMYK 0.720.500.00   0.93
XYZ0.26950.27130.6104
Yxy0.27130.23410.2357
Hunter Lab5.20860.1206-3.3021
CIE-Lab2.45060.4767-4.5056

#050912 color RGB value is (5,9,18).

#050912 hex color red value is 5, green value is 9 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #050912 hue: 0.62 , saturation: 0.57 and the lightness value of 050912 is 0.05.

The process color (four color CMYK) of #050912 color hex is 0.72, 0.50, 0.00, 0.93. Web safe color of #050912 is #000000. Color #050912 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001001 00010010
Octal 5 11 22
Decimal 5 9 18
Hex 5 9 12

RGB Percentages of Color #050912

%15.63
%28.13
%56.25

CMYK Percentages of Color #050912

%72
%50
%0
%93

Triadic Colors of #050912

#050912 #120509 #091205

Analogous Colors of #050912

#050912 #070512 #051012

Monochromatic Colors of #050912

#050912

Complementary Color

#050912 #120e05

#050912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050912 Color CSS Codes

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

#050912 Text Font Color

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

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


#050912 Background Color

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

This div background color is #050912


#050912 Border Color

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

This div border color is #050912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050912


Comments

No comments written yet.

Please login to write comment.