Color Hex Logo

#058eff Color Hex

#058EFF
(5,142,255)
0 Favorites   0 Comments

Color spaces of #058eff

RGB 5142255
HSL0.581.000.51
HSV207°98°100°
CMYK 0.980.440.00   0.00
XYZ27.785626.598398.2773
Yxy26.59830.18200.1742
Hunter Lab51.57355.9144-76.8801
CIE-Lab58.600710.2868-64.6615

#058eff color RGB value is (5,142,255).

#058eff hex color red value is 5, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #058eff hue: 0.58 , saturation: 1.00 and the lightness value of 058eff is 0.51.

The process color (four color CMYK) of #058eff color hex is 0.98, 0.44, 0.00, 0.00. Web safe color of #058eff is #0099ff. Color #058eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001110 11111111
Octal 5 216 377
Decimal 5 142 255
Hex 5 8E FF

RGB Percentages of Color #058eff

%1.24
%35.32
%63.43

CMYK Percentages of Color #058eff

%98
%44
%0
%0

Triadic Colors of #058eff

#058eff #ff058e #8eff05

Analogous Colors of #058eff

#058eff #0511ff #05fff3

Monochromatic Colors of #058eff

#058eff

Complementary Color

#058eff #ff7605

#058eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#058eff Color CSS Codes

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

#058eff Text Font Color

<p style="color:#058eff">Text here</p>

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


#058eff Background Color

<div style="background-color:#058eff">
Div content here</div>

This div background color is #058eff


#058eff Border Color

<div style="border:3px solid #058eff">
Div here</div>

This div border color is #058eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,142,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #058eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #058eff;
  -webkit-box-shadow: 1px 1px 3px 2px #058eff;
  box-shadow:         1px 1px 3px 2px #058eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058eff


Comments

No comments written yet.

Please login to write comment.