Color Hex Logo

#589bca Color Hex

#589BCA
(88,155,202)
0 Favorites   0 Comments

Color spaces of #589bca

RGB 88155202
HSL0.570.520.57
HSV205°56°79°
CMYK 0.560.230.00   0.21
XYZ26.406529.781760.2338
Yxy29.78170.22680.2558
Hunter Lab54.5726-9.1298-27.2397
CIE-Lab61.4654-7.6449-30.6201

#589bca color RGB value is (88,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011011 11001010
Octal 130 233 312
Decimal 88 155 202
Hex 58 9B CA

RGB Percentages of Color #589bca

%19.78
%34.83
%45.39

CMYK Percentages of Color #589bca

%56
%23
%0
%21

Triadic Colors of #589bca

#589bca #ca589b #9bca58

Analogous Colors of #589bca

#589bca #5862ca #58cac0

Monochromatic Colors of #589bca

#589bca

Complementary Color

#589bca #ca8758

#589bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#589bca Color CSS Codes

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

#589bca Text Font Color

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

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


#589bca Background Color

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

This div background color is #589bca


#589bca Border Color

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

This div border color is #589bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,155,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 #589bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589bca


Comments

No comments written yet.

Please login to write comment.