Color Hex Logo

#05298a Color Hex

#05298A
(5,41,138)
0 Favorites   0 Comments

Color spaces of #05298a

RGB 541138
HSL0.620.930.28
HSV224°96°54°
CMYK 0.960.700.00   0.46
XYZ5.44303.453124.4244
Yxy3.45310.16340.1036
Hunter Lab18.582519.7650-64.9215
CIE-Lab21.774129.9049-56.3932

#05298a color RGB value is (5,41,138).

#05298a hex color red value is 5, green value is 41 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #05298a hue: 0.62 , saturation: 0.93 and the lightness value of 05298a is 0.28.

The process color (four color CMYK) of #05298a color hex is 0.96, 0.70, 0.00, 0.46. Web safe color of #05298a is #003399. Color #05298a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101001 10001010
Octal 5 51 212
Decimal 5 41 138
Hex 5 29 8A

RGB Percentages of Color #05298a

%2.72
%22.28
%75.00

CMYK Percentages of Color #05298a

%96
%70
%0
%46

Triadic Colors of #05298a

#05298a #8a0529 #298a05

Analogous Colors of #05298a

#05298a #23058a #056c8a

Monochromatic Colors of #05298a

#05298a

Complementary Color

#05298a #8a6605

#05298a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05298a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05298a Color CSS Codes

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

#05298a Text Font Color

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

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


#05298a Background Color

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

This div background color is #05298a


#05298a Border Color

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

This div border color is #05298a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05298a


Comments

No comments written yet.

Please login to write comment.