Color Hex Logo

#051eac Color Hex

#051EAC
(5,30,172)
0 Favorites   0 Comments

Color spaces of #051eac

RGB 530172
HSL0.640.940.35
HSV231°97°67°
CMYK 0.970.830.00   0.33
XYZ7.97333.939439.3699
Yxy3.93940.15550.0768
Hunter Lab19.847936.9731-103.7128
CIE-Lab23.470148.7489-74.4317

#051eac color RGB value is (5,30,172).

#051eac hex color red value is 5, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #051eac hue: 0.64 , saturation: 0.94 and the lightness value of 051eac is 0.35.

The process color (four color CMYK) of #051eac color hex is 0.97, 0.83, 0.00, 0.33. Web safe color of #051eac is #003399. Color #051eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011110 10101100
Octal 5 36 254
Decimal 5 30 172
Hex 5 1E AC

RGB Percentages of Color #051eac

%2.42
%14.49
%83.09

CMYK Percentages of Color #051eac

%97
%83
%0
%33

Triadic Colors of #051eac

#051eac #ac051e #1eac05

Analogous Colors of #051eac

#051eac #3f05ac #0572ac

Monochromatic Colors of #051eac

#051eac

Complementary Color

#051eac #ac9305

#051eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#051eac Color CSS Codes

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

#051eac Text Font Color

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

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


#051eac Background Color

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

This div background color is #051eac


#051eac Border Color

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

This div border color is #051eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051eac


Comments

No comments written yet.

Please login to write comment.