Color Hex Logo

#0579ee Color Hex

#0579EE
(5,121,238)
0 Favorites   0 Comments

Color spaces of #0579ee

RGB 5121238
HSL0.580.960.48
HSV210°98°93°
CMYK 0.980.490.00   0.07
XYZ22.332619.880183.5491
Yxy19.88010.17760.1581
Hunter Lab44.587111.3789-79.8890
CIE-Lab51.701416.7181-66.3744

#0579ee color RGB value is (5,121,238).

#0579ee hex color red value is 5, green value is 121 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0579ee hue: 0.58 , saturation: 0.96 and the lightness value of 0579ee is 0.48.

The process color (four color CMYK) of #0579ee color hex is 0.98, 0.49, 0.00, 0.07. Web safe color of #0579ee is #0066ff. Color #0579ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111001 11101110
Octal 5 171 356
Decimal 5 121 238
Hex 5 79 EE

RGB Percentages of Color #0579ee

%1.37
%33.24
%65.38

CMYK Percentages of Color #0579ee

%98
%49
%0
%7

Triadic Colors of #0579ee

#0579ee #ee0579 #79ee05

Analogous Colors of #0579ee

#0579ee #0605ee #05eeee

Monochromatic Colors of #0579ee

#0579ee

Complementary Color

#0579ee #ee7a05

#0579ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0579ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0579ee Color CSS Codes

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

#0579ee Text Font Color

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

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


#0579ee Background Color

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

This div background color is #0579ee


#0579ee Border Color

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

This div border color is #0579ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,121,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0579ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0579ee;
  -webkit-box-shadow: 1px 1px 3px 2px #0579ee;
  box-shadow:         1px 1px 3px 2px #0579ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0579ee


Comments

No comments written yet.

Please login to write comment.