Color Hex Logo

#588294 Color Hex

#588294
(88,130,148)
0 Favorites   0 Comments

Color spaces of #588294

RGB 88130148
HSL0.550.250.46
HSV198°41°58°
CMYK 0.410.120.00   0.42
XYZ17.352420.178130.9972
Yxy20.17810.25320.2945
Hunter Lab44.9200-9.6564-9.4692
CIE-Lab52.0380-9.6209-14.2613

#588294 color RGB value is (88,130,148).

#588294 hex color red value is 88, green value is 130 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #588294 hue: 0.55 , saturation: 0.25 and the lightness value of 588294 is 0.46.

The process color (four color CMYK) of #588294 color hex is 0.41, 0.12, 0.00, 0.42. Web safe color of #588294 is #669999. Color #588294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000010 10010100
Octal 130 202 224
Decimal 88 130 148
Hex 58 82 94

RGB Percentages of Color #588294

%24.04
%35.52
%40.44

CMYK Percentages of Color #588294

%41
%12
%0
%42

Triadic Colors of #588294

#588294 #945882 #829458

Analogous Colors of #588294

#588294 #586494 #589488

Monochromatic Colors of #588294

#588294

Complementary Color

#588294 #946a58

#588294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#588294 Color CSS Codes

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

#588294 Text Font Color

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

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


#588294 Background Color

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

This div background color is #588294


#588294 Border Color

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

This div border color is #588294


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,130,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #588294; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #588294;
  -webkit-box-shadow: 1px 1px 3px 2px #588294;
  box-shadow:         1px 1px 3px 2px #588294; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,130,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588294


Comments

No comments written yet.

Please login to write comment.