Color Hex Logo

#051ead Color Hex

#051EAD
(5,30,173)
0 Favorites   0 Comments

Color spaces of #051ead

RGB 530173
HSL0.640.940.35
HSV231°97°68°
CMYK 0.970.830.00   0.32
XYZ8.06973.977939.8777
Yxy3.97790.15540.0766
Hunter Lab19.944737.3187-104.5841
CIE-Lab23.598249.0750-74.8207

#051ead color RGB value is (5,30,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011110 10101101
Octal 5 36 255
Decimal 5 30 173
Hex 5 1E AD

RGB Percentages of Color #051ead

%2.40
%14.42
%83.17

CMYK Percentages of Color #051ead

%97
%83
%0
%32

Triadic Colors of #051ead

#051ead #ad051e #1ead05

Analogous Colors of #051ead

#051ead #4005ad #0572ad

Monochromatic Colors of #051ead

#051ead

Complementary Color

#051ead #ad9405

#051ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#051ead Color CSS Codes

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

#051ead Text Font Color

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

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


#051ead Background Color

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

This div background color is #051ead


#051ead Border Color

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

This div border color is #051ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051ead


Comments

No comments written yet.

Please login to write comment.