Color Hex Logo

#050a07 Color Hex

#050A07
(5,10,7)
0 Favorites   0 Comments

Color spaces of #050a07

RGB 5107
HSL0.400.330.03
HSV144°50°
CMYK 0.500.000.30   0.96
XYZ0.20950.26470.2411
Yxy0.26470.29290.3701
Hunter Lab5.1449-1.73510.8230
CIE-Lab2.3910-1.72410.6739

#050a07 color RGB value is (5,10,7).

#050a07 hex color red value is 5, green value is 10 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #050a07 hue: 0.40 , saturation: 0.33 and the lightness value of 050a07 is 0.03.

The process color (four color CMYK) of #050a07 color hex is 0.50, 0.00, 0.30, 0.96. Web safe color of #050a07 is #000000. Color #050a07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001010 00000111
Octal 5 12 7
Decimal 5 10 7
Hex 5 A 7

RGB Percentages of Color #050a07

%22.73
%45.45
%31.82

CMYK Percentages of Color #050a07

%50
%0
%30
%96

Triadic Colors of #050a07

#050a07 #07050a #0a0705

Analogous Colors of #050a07

#050a07 #050a0a #060a05

Monochromatic Colors of #050a07

#050a07

Complementary Color

#050a07 #0a0508

#050a07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050a07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050a07 Color CSS Codes

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

#050a07 Text Font Color

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

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


#050a07 Background Color

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

This div background color is #050a07


#050a07 Border Color

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

This div border color is #050a07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050a07

#050a07 Color Palettes


Comments

No comments written yet.

Please login to write comment.