Color Hex Logo

#050269 Color Hex

#050269
(5,2,105)
0 Favorites   0 Comments

Color spaces of #050269

RGB 52105
HSL0.670.960.21
HSV242°98°41°
CMYK 0.950.980.00   0.59
XYZ2.63411.095613.4372
Yxy1.09560.15340.0638
Hunter Lab10.467126.6031-68.7870
CIE-Lab9.763740.2596-55.1538

#050269 color RGB value is (5,2,105).

#050269 hex color red value is 5, green value is 2 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #050269 hue: 0.67 , saturation: 0.96 and the lightness value of 050269 is 0.21.

The process color (four color CMYK) of #050269 color hex is 0.95, 0.98, 0.00, 0.59. Web safe color of #050269 is #000066. Color #050269 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000010 01101001
Octal 5 2 151
Decimal 5 2 105
Hex 5 2 69

RGB Percentages of Color #050269

%4.46
%1.79
%93.75

CMYK Percentages of Color #050269

%95
%98
%0
%59

Triadic Colors of #050269

#050269 #690502 #026905

Analogous Colors of #050269

#050269 #390269 #023369

Monochromatic Colors of #050269

#050269

Complementary Color

#050269 #666902

#050269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050269 Color CSS Codes

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

#050269 Text Font Color

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

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


#050269 Background Color

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

This div background color is #050269


#050269 Border Color

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

This div border color is #050269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050269


Comments

No comments written yet.

Please login to write comment.