Color Hex Logo

#588aca Color Hex

#588ACA
(88,138,202)
0 Favorites   0 Comments

Color spaces of #588aca

RGB 88138202
HSL0.590.520.57
HSV214°56°79°
CMYK 0.560.320.00   0.21
XYZ23.773724.515959.3562
Yxy24.51590.22090.2277
Hunter Lab49.5135-0.9427-36.4166
CIE-Lab56.60072.0992-38.2064

#588aca color RGB value is (88,138,202).

#588aca hex color red value is 88, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #588aca hue: 0.59 , saturation: 0.52 and the lightness value of 588aca is 0.57.

The process color (four color CMYK) of #588aca color hex is 0.56, 0.32, 0.00, 0.21. Web safe color of #588aca is #6699cc. Color #588aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001010 11001010
Octal 130 212 312
Decimal 88 138 202
Hex 58 8A CA

RGB Percentages of Color #588aca

%20.56
%32.24
%47.20

CMYK Percentages of Color #588aca

%56
%32
%0
%21

Triadic Colors of #588aca

#588aca #ca588a #8aca58

Analogous Colors of #588aca

#588aca #5f58ca #58c3ca

Monochromatic Colors of #588aca

#588aca

Complementary Color

#588aca #ca9858

#588aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#588aca Color CSS Codes

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

#588aca Text Font Color

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

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


#588aca Background Color

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

This div background color is #588aca


#588aca Border Color

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

This div border color is #588aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,138,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #588aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #588aca;
  -webkit-box-shadow: 1px 1px 3px 2px #588aca;
  box-shadow:         1px 1px 3px 2px #588aca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588aca


Comments

No comments written yet.

Please login to write comment.