Color Hex Logo

#058dbb Color Hex

#058DBB
(5,141,187)
0 Favorites   0 Comments

Color spaces of #058dbb

RGB 5141187
HSL0.540.950.38
HSV195°97°73°
CMYK 0.970.250.00   0.27
XYZ18.557122.669950.4114
Yxy22.66990.20250.2474
Hunter Lab47.6129-13.7524-29.4458
CIE-Lab54.7307-14.8096-32.7728

#058dbb color RGB value is (5,141,187).

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

The process color (four color CMYK) of #058dbb color hex is 0.97, 0.25, 0.00, 0.27. Web safe color of #058dbb is #0099cc. Color #058dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001101 10111011
Octal 5 215 273
Decimal 5 141 187
Hex 5 8D BB

RGB Percentages of Color #058dbb

%1.50
%42.34
%56.16

CMYK Percentages of Color #058dbb

%97
%25
%0
%27

Triadic Colors of #058dbb

#058dbb #bb058d #8dbb05

Analogous Colors of #058dbb

#058dbb #0532bb #05bb8e

Monochromatic Colors of #058dbb

#058dbb

Complementary Color

#058dbb #bb3305

#058dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#058dbb Color CSS Codes

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

#058dbb Text Font Color

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

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


#058dbb Background Color

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

This div background color is #058dbb


#058dbb Border Color

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

This div border color is #058dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058dbb


Comments

No comments written yet.

Please login to write comment.