Color Hex Logo

#05346f Color Hex

#05346F
(5,52,111)
0 Favorites   0 Comments

Color spaces of #05346f

RGB 552111
HSL0.590.910.23
HSV213°95°44°
CMYK 0.950.530.00   0.56
XYZ4.15983.635915.5215
Yxy3.63590.17840.1559
Hunter Lab19.06805.5717-34.9148
CIE-Lab22.429310.5602-38.2198

#05346f color RGB value is (5,52,111).

#05346f hex color red value is 5, green value is 52 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #05346f hue: 0.59 , saturation: 0.91 and the lightness value of 05346f is 0.23.

The process color (four color CMYK) of #05346f color hex is 0.95, 0.53, 0.00, 0.56. Web safe color of #05346f is #003366. Color #05346f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110100 01101111
Octal 5 64 157
Decimal 5 52 111
Hex 5 34 6F

RGB Percentages of Color #05346f

%2.98
%30.95
%66.07

CMYK Percentages of Color #05346f

%95
%53
%0
%56

Triadic Colors of #05346f

#05346f #6f0534 #346f05

Analogous Colors of #05346f

#05346f #0b056f #05696f

Monochromatic Colors of #05346f

#05346f

Complementary Color

#05346f #6f4005

#05346f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05346f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05346f Color CSS Codes

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

#05346f Text Font Color

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

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


#05346f Background Color

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

This div background color is #05346f


#05346f Border Color

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

This div border color is #05346f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05346f


Comments

No comments written yet.

Please login to write comment.