Color Hex Logo

#058cce Color Hex

#058CCE
(5,140,206)
0 Favorites   0 Comments

Color spaces of #058cce

RGB 5140206
HSL0.550.950.41
HSV200°98°81°
CMYK 0.980.320.00   0.19
XYZ20.581223.244761.7944
Yxy23.24470.19490.2201
Hunter Lab48.2128-8.1737-42.2432
CIE-Lab55.3235-7.1804-42.6155

#058cce color RGB value is (5,140,206).

#058cce hex color red value is 5, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #058cce hue: 0.55 , saturation: 0.95 and the lightness value of 058cce is 0.41.

The process color (four color CMYK) of #058cce color hex is 0.98, 0.32, 0.00, 0.19. Web safe color of #058cce is #0099cc. Color #058cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001100 11001110
Octal 5 214 316
Decimal 5 140 206
Hex 5 8C CE

RGB Percentages of Color #058cce

%1.42
%39.89
%58.69

CMYK Percentages of Color #058cce

%98
%32
%0
%19

Triadic Colors of #058cce

#058cce #ce058c #8cce05

Analogous Colors of #058cce

#058cce #0528ce #05ceac

Monochromatic Colors of #058cce

#058cce

Complementary Color

#058cce #ce4705

#058cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#058cce Color CSS Codes

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

#058cce Text Font Color

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

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


#058cce Background Color

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

This div background color is #058cce


#058cce Border Color

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

This div border color is #058cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058cce


Comments

No comments written yet.

Please login to write comment.