Color Hex Logo

#050339 Color Hex

#050339
(5,3,57)
0 Favorites   0 Comments

Color spaces of #050339

RGB 5357
HSL0.670.900.12
HSV242°95°22°
CMYK 0.910.950.00   0.78
XYZ0.83370.39283.9028
Yxy0.39280.16250.0766
Hunter Lab6.267412.7766-32.5337
CIE-Lab3.548118.8580-32.2393

#050339 color RGB value is (5,3,57).

#050339 hex color red value is 5, green value is 3 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #050339 hue: 0.67 , saturation: 0.90 and the lightness value of 050339 is 0.12.

The process color (four color CMYK) of #050339 color hex is 0.91, 0.95, 0.00, 0.78. Web safe color of #050339 is #000033. Color #050339 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000011 00111001
Octal 5 3 71
Decimal 5 3 57
Hex 5 3 39

RGB Percentages of Color #050339

%7.69
%4.62
%87.69

CMYK Percentages of Color #050339

%91
%95
%0
%78

Triadic Colors of #050339

#050339 #390503 #033905

Analogous Colors of #050339

#050339 #200339 #031c39

Monochromatic Colors of #050339

#050339

Complementary Color

#050339 #373903

#050339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050339 Color CSS Codes

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

#050339 Text Font Color

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

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


#050339 Background Color

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

This div background color is #050339


#050339 Border Color

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

This div border color is #050339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050339


Comments

No comments written yet.

Please login to write comment.