Color Hex Logo

#05110f Color Hex

#05110F
(5,17,15)
0 Favorites   0 Comments

Color spaces of #05110f

RGB 51715
HSL0.470.550.04
HSV170°71°
CMYK 0.710.000.12   0.93
XYZ0.34930.46770.5238
Yxy0.46770.26050.3488
Hunter Lab6.8389-2.85100.2461
CIE-Lab4.2247-3.9012-0.2082

#05110f color RGB value is (5,17,15).

#05110f hex color red value is 5, green value is 17 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #05110f hue: 0.47 , saturation: 0.55 and the lightness value of 05110f is 0.04.

The process color (four color CMYK) of #05110f color hex is 0.71, 0.00, 0.12, 0.93. Web safe color of #05110f is #000000. Color #05110f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010001 00001111
Octal 5 21 17
Decimal 5 17 15
Hex 5 11 F

RGB Percentages of Color #05110f

%13.51
%45.95
%40.54

CMYK Percentages of Color #05110f

%71
%0
%12
%93

Triadic Colors of #05110f

#05110f #0f0511 #110f05

Analogous Colors of #05110f

#05110f #050d11 #051109

Monochromatic Colors of #05110f

#05110f

Complementary Color

#05110f #110507

#05110f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05110f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05110f Color CSS Codes

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

#05110f Text Font Color

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

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


#05110f Background Color

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

This div background color is #05110f


#05110f Border Color

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

This div border color is #05110f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,17,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 #05110f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05110f


Comments

No comments written yet.

Please login to write comment.