Color Hex Logo

#05112a Color Hex

#05112A
(5,17,42)
0 Favorites   0 Comments

Color spaces of #05112a

RGB 51742
HSL0.610.790.09
HSV221°88°16°
CMYK 0.880.600.00   0.84
XYZ0.68100.60032.2705
Yxy0.60030.19170.1690
Hunter Lab7.74792.1304-11.9512
CIE-Lab5.42254.5238-18.1139

#05112a color RGB value is (5,17,42).

#05112a hex color red value is 5, green value is 17 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #05112a hue: 0.61 , saturation: 0.79 and the lightness value of 05112a is 0.09.

The process color (four color CMYK) of #05112a color hex is 0.88, 0.60, 0.00, 0.84. Web safe color of #05112a is #000033. Color #05112a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010001 00101010
Octal 5 21 52
Decimal 5 17 42
Hex 5 11 2A

RGB Percentages of Color #05112a

%7.81
%26.56
%65.63

CMYK Percentages of Color #05112a

%88
%60
%0
%84

Triadic Colors of #05112a

#05112a #2a0511 #112a05

Analogous Colors of #05112a

#05112a #0c052a #05242a

Monochromatic Colors of #05112a

#05112a

Complementary Color

#05112a #2a1e05

#05112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05112a Color CSS Codes

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

#05112a Text Font Color

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

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


#05112a Background Color

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

This div background color is #05112a


#05112a Border Color

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

This div border color is #05112a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05112a


Comments

No comments written yet.

Please login to write comment.