Color Hex Logo

#050067 Color Hex

#050067
(5,0,103)
0 Favorites   0 Comments

Color spaces of #050067

RGB 50103
HSL0.671.000.20
HSV243°100°40°
CMYK 0.951.000.00   0.60
XYZ2.51081.011512.8949
Yxy1.01150.15290.0616
Hunter Lab10.057326.9619-68.9779
CIE-Lab9.086940.7783-54.9628

#050067 color RGB value is (5,0,103).

#050067 hex color red value is 5, green value is 0 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #050067 hue: 0.67 , saturation: 1.00 and the lightness value of 050067 is 0.20.

The process color (four color CMYK) of #050067 color hex is 0.95, 1.00, 0.00, 0.60. Web safe color of #050067 is #000066. Color #050067 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000000 01100111
Octal 5 0 147
Decimal 5 0 103
Hex 5 0 67

RGB Percentages of Color #050067

%4.63
%0.00
%95.37

CMYK Percentages of Color #050067

%95
%100
%0
%60

Triadic Colors of #050067

#050067 #670500 #006705

Analogous Colors of #050067

#050067 #390067 #002f67

Monochromatic Colors of #050067

#050067

Complementary Color

#050067 #626700

#050067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050067 Color CSS Codes

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

#050067 Text Font Color

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

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


#050067 Background Color

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

This div background color is #050067


#050067 Border Color

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

This div border color is #050067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050067


Comments

No comments written yet.

Please login to write comment.