Color Hex Logo

#598ccf Color Hex

#598CCF
(89,140,207)
0 Favorites   0 Comments

Color spaces of #598ccf

RGB 89140207
HSL0.590.550.58
HSV214°57°81°
CMYK 0.570.320.00   0.19
XYZ24.760425.385062.6263
Yxy25.38500.21960.2251
Hunter Lab50.3835-0.4494-38.4285
CIE-Lab57.44862.7435-39.6912

#598ccf color RGB value is (89,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001100 11001111
Octal 131 214 317
Decimal 89 140 207
Hex 59 8C CF

RGB Percentages of Color #598ccf

%20.41
%32.11
%47.48

CMYK Percentages of Color #598ccf

%57
%32
%0
%19

Triadic Colors of #598ccf

#598ccf #cf598c #8ccf59

Analogous Colors of #598ccf

#598ccf #6159cf #59c7cf

Monochromatic Colors of #598ccf

#598ccf

Complementary Color

#598ccf #cf9c59

#598ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#598ccf Color CSS Codes

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

#598ccf Text Font Color

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

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


#598ccf Background Color

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

This div background color is #598ccf


#598ccf Border Color

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

This div border color is #598ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,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 #598ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598ccf


Comments

No comments written yet.

Please login to write comment.