Color Hex Logo

#588ccf Color Hex

#588CCF
(88,140,207)
0 Favorites   0 Comments

Color spaces of #588ccf

RGB 88140207
HSL0.590.550.58
HSV214°57°81°
CMYK 0.570.320.00   0.19
XYZ24.665125.335962.6218
Yxy25.33590.21900.2250
Hunter Lab50.3348-0.6171-38.5287
CIE-Lab57.40122.5376-39.7689

#588ccf color RGB value is (88,140,207).

#588ccf hex color red value is 88, green value is 140 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #588ccf hue: 0.59 , saturation: 0.55 and the lightness value of 588ccf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001100 11001111
Octal 130 214 317
Decimal 88 140 207
Hex 58 8C CF

RGB Percentages of Color #588ccf

%20.23
%32.18
%47.59

CMYK Percentages of Color #588ccf

%57
%32
%0
%19

Triadic Colors of #588ccf

#588ccf #cf588c #8ccf58

Analogous Colors of #588ccf

#588ccf #5f58cf #58c8cf

Monochromatic Colors of #588ccf

#588ccf

Complementary Color

#588ccf #cf9b58

#588ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#588ccf Color CSS Codes

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

#588ccf Text Font Color

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

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


#588ccf Background Color

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

This div background color is #588ccf


#588ccf Border Color

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

This div border color is #588ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588ccf


Comments

No comments written yet.

Please login to write comment.