Color Hex Logo

#050eaf Color Hex

#050EAF
(5,14,175)
0 Favorites   0 Comments

Color spaces of #050eaf

RGB 514175
HSL0.660.940.35
HSV237°97°69°
CMYK 0.970.920.00   0.31
XYZ7.95753.441540.8023
Yxy3.44150.15240.0659
Hunter Lab18.551344.1021-117.4185
CIE-Lab21.731856.0969-79.1362

#050eaf color RGB value is (5,14,175).

#050eaf hex color red value is 5, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #050eaf hue: 0.66 , saturation: 0.94 and the lightness value of 050eaf is 0.35.

The process color (four color CMYK) of #050eaf color hex is 0.97, 0.92, 0.00, 0.31. Web safe color of #050eaf is #000099. Color #050eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001110 10101111
Octal 5 16 257
Decimal 5 14 175
Hex 5 E AF

RGB Percentages of Color #050eaf

%2.58
%7.22
%90.21

CMYK Percentages of Color #050eaf

%97
%92
%0
%31

Triadic Colors of #050eaf

#050eaf #af050e #0eaf05

Analogous Colors of #050eaf

#050eaf #5105af #0563af

Monochromatic Colors of #050eaf

#050eaf

Complementary Color

#050eaf #afa605

#050eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#050eaf Color CSS Codes

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

#050eaf Text Font Color

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

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


#050eaf Background Color

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

This div background color is #050eaf


#050eaf Border Color

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

This div border color is #050eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050eaf


Comments

No comments written yet.

Please login to write comment.