Color Hex Logo

#058dce Color Hex

#058DCE
(5,141,206)
0 Favorites   0 Comments

Color spaces of #058dce

RGB 5141206
HSL0.550.950.41
HSV199°98°81°
CMYK 0.980.320.00   0.19
XYZ20.728023.538261.8434
Yxy23.53820.19530.2218
Hunter Lab48.5162-8.6412-41.6154
CIE-Lab55.6224-7.7568-42.1438

#058dce color RGB value is (5,141,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001101 11001110
Octal 5 215 316
Decimal 5 141 206
Hex 5 8D CE

RGB Percentages of Color #058dce

%1.42
%40.06
%58.52

CMYK Percentages of Color #058dce

%98
%32
%0
%19

Triadic Colors of #058dce

#058dce #ce058d #8dce05

Analogous Colors of #058dce

#058dce #0529ce #05ceab

Monochromatic Colors of #058dce

#058dce

Complementary Color

#058dce #ce4605

#058dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#058dce Color CSS Codes

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

#058dce Text Font Color

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

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


#058dce Background Color

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

This div background color is #058dce


#058dce Border Color

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

This div border color is #058dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,141,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 #058dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058dce


Comments

No comments written yet.

Please login to write comment.