Color Hex Logo

#058ffe Color Hex

#058FFE
(5,143,254)
0 Favorites   0 Comments

Color spaces of #058ffe

RGB 5143254
HSL0.570.990.51
HSV207°98°100°
CMYK 0.980.440.00   0.00
XYZ27.774426.832997.4813
Yxy26.83290.18260.1764
Hunter Lab51.80055.0573-75.3152
CIE-Lab58.81939.2996-63.7612

#058ffe color RGB value is (5,143,254).

#058ffe hex color red value is 5, green value is 143 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #058ffe hue: 0.57 , saturation: 0.99 and the lightness value of 058ffe is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001111 11111110
Octal 5 217 376
Decimal 5 143 254
Hex 5 8F FE

RGB Percentages of Color #058ffe

%1.24
%35.57
%63.18

CMYK Percentages of Color #058ffe

%98
%44
%0
%0

Triadic Colors of #058ffe

#058ffe #fe058f #8ffe05

Analogous Colors of #058ffe

#058ffe #0513fe #05fef1

Monochromatic Colors of #058ffe

#058ffe

Complementary Color

#058ffe #fe7405

#058ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#058ffe Color CSS Codes

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

#058ffe Text Font Color

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

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


#058ffe Background Color

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

This div background color is #058ffe


#058ffe Border Color

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

This div border color is #058ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058ffe


Comments

No comments written yet.

Please login to write comment.