Color Hex Logo

#0588bf Color Hex

#0588BF
(5,136,191)
0 Favorites   0 Comments

Color spaces of #0588bf

RGB 5136191
HSL0.550.950.38
HSV198°97°75°
CMYK 0.970.290.00   0.25
XYZ18.270721.402252.4583
Yxy21.40220.19830.2323
Hunter Lab46.2625-10.4634-34.8468
CIE-Lab53.3869-10.5174-37.1561

#0588bf color RGB value is (5,136,191).

#0588bf hex color red value is 5, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0588bf hue: 0.55 , saturation: 0.95 and the lightness value of 0588bf is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001000 10111111
Octal 5 210 277
Decimal 5 136 191
Hex 5 88 BF

RGB Percentages of Color #0588bf

%1.51
%40.96
%57.53

CMYK Percentages of Color #0588bf

%97
%29
%0
%25

Triadic Colors of #0588bf

#0588bf #bf0588 #88bf05

Analogous Colors of #0588bf

#0588bf #052bbf #05bf99

Monochromatic Colors of #0588bf

#0588bf

Complementary Color

#0588bf #bf3c05

#0588bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0588bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0588bf Color CSS Codes

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

#0588bf Text Font Color

<p style="color:#0588bf">Text here</p>

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


#0588bf Background Color

<div style="background-color:#0588bf">
Div content here</div>

This div background color is #0588bf


#0588bf Border Color

<div style="border:3px solid #0588bf">
Div here</div>

This div border color is #0588bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,136,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0588bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0588bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0588bf;
  box-shadow:         1px 1px 3px 2px #0588bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0588bf


Comments

No comments written yet.

Please login to write comment.