Color Hex Logo

#05117a Color Hex

#05117A
(5,17,122)
0 Favorites   0 Comments

Color spaces of #05117a

RGB 517122
HSL0.650.920.25
HSV234°96°48°
CMYK 0.960.860.00   0.52
XYZ3.77591.838318.5682
Yxy1.83830.15610.0760
Hunter Lab13.558425.9836-71.7067
CIE-Lab14.614738.6473-58.1250

#05117a color RGB value is (5,17,122).

#05117a hex color red value is 5, green value is 17 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #05117a hue: 0.65 , saturation: 0.92 and the lightness value of 05117a is 0.25.

The process color (four color CMYK) of #05117a color hex is 0.96, 0.86, 0.00, 0.52. Web safe color of #05117a is #000066. Color #05117a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010001 01111010
Octal 5 21 172
Decimal 5 17 122
Hex 5 11 7A

RGB Percentages of Color #05117a

%3.47
%11.81
%84.72

CMYK Percentages of Color #05117a

%96
%86
%0
%52

Triadic Colors of #05117a

#05117a #7a0511 #117a05

Analogous Colors of #05117a

#05117a #34057a #054b7a

Monochromatic Colors of #05117a

#05117a

Complementary Color

#05117a #7a6e05

#05117a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05117a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05117a Color CSS Codes

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

#05117a Text Font Color

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

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


#05117a Background Color

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

This div background color is #05117a


#05117a Border Color

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

This div border color is #05117a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05117a


Comments

No comments written yet.

Please login to write comment.