Color Hex Logo

#589dcc Color Hex

#589DCC
(88,157,204)
0 Favorites   0 Comments

Color spaces of #589dcc

RGB 88157204
HSL0.570.530.57
HSV204°57°80°
CMYK 0.570.230.00   0.20
XYZ26.980630.548361.6011
Yxy30.54830.22650.2564
Hunter Lab55.2705-9.5877-27.3916
CIE-Lab62.1245-8.1382-30.7169

#589dcc color RGB value is (88,157,204).

#589dcc hex color red value is 88, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #589dcc hue: 0.57 , saturation: 0.53 and the lightness value of 589dcc is 0.57.

The process color (four color CMYK) of #589dcc color hex is 0.57, 0.23, 0.00, 0.20. Web safe color of #589dcc is #6699cc. Color #589dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011101 11001100
Octal 130 235 314
Decimal 88 157 204
Hex 58 9D CC

RGB Percentages of Color #589dcc

%19.60
%34.97
%45.43

CMYK Percentages of Color #589dcc

%57
%23
%0
%20

Triadic Colors of #589dcc

#589dcc #cc589d #9dcc58

Analogous Colors of #589dcc

#589dcc #5863cc #58ccc1

Monochromatic Colors of #589dcc

#589dcc

Complementary Color

#589dcc #cc8758

#589dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#589dcc Color CSS Codes

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

#589dcc Text Font Color

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

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


#589dcc Background Color

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

This div background color is #589dcc


#589dcc Border Color

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

This div border color is #589dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,157,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #589dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #589dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #589dcc;
  box-shadow:         1px 1px 3px 2px #589dcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589dcc


Comments

No comments written yet.

Please login to write comment.