Color Hex Logo

#050e75 Color Hex

#050E75
(5,14,117)
0 Favorites   0 Comments

Color spaces of #050e75

RGB 514117
HSL0.650.920.24
HSV235°96°46°
CMYK 0.960.880.00   0.54
XYZ3.43051.630716.9636
Yxy1.63070.15580.0740
Hunter Lab12.769925.6049-69.8223
CIE-Lab13.415938.4451-56.9003

#050e75 color RGB value is (5,14,117).

#050e75 hex color red value is 5, green value is 14 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #050e75 hue: 0.65 , saturation: 0.92 and the lightness value of 050e75 is 0.24.

The process color (four color CMYK) of #050e75 color hex is 0.96, 0.88, 0.00, 0.54. Web safe color of #050e75 is #000066. Color #050e75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001110 01110101
Octal 5 16 165
Decimal 5 14 117
Hex 5 E 75

RGB Percentages of Color #050e75

%3.68
%10.29
%86.03

CMYK Percentages of Color #050e75

%96
%88
%0
%54

Triadic Colors of #050e75

#050e75 #75050e #0e7505

Analogous Colors of #050e75

#050e75 #340575 #054675

Monochromatic Colors of #050e75

#050e75

Complementary Color

#050e75 #756c05

#050e75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050e75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050e75 Color CSS Codes

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

#050e75 Text Font Color

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

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


#050e75 Background Color

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

This div background color is #050e75


#050e75 Border Color

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

This div border color is #050e75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050e75


Comments

No comments written yet.

Please login to write comment.