Color Hex Logo

#5889ca Color Hex

#5889CA
(88,137,202)
0 Favorites   0 Comments

Color spaces of #5889ca

RGB 88137202
HSL0.600.520.57
HSV214°56°79°
CMYK 0.560.320.00   0.21
XYZ23.630824.230359.3086
Yxy24.23030.22050.2261
Hunter Lab49.2243-0.4511-36.9794
CIE-Lab56.31762.6866-38.6506

#5889ca color RGB value is (88,137,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001001 11001010
Octal 130 211 312
Decimal 88 137 202
Hex 58 89 CA

RGB Percentages of Color #5889ca

%20.61
%32.08
%47.31

CMYK Percentages of Color #5889ca

%56
%32
%0
%21

Triadic Colors of #5889ca

#5889ca #ca5889 #89ca58

Analogous Colors of #5889ca

#5889ca #6058ca #58c2ca

Monochromatic Colors of #5889ca

#5889ca

Complementary Color

#5889ca #ca9958

#5889ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5889ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5889ca Color CSS Codes

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

#5889ca Text Font Color

<p style="color:#5889ca">Text here</p>

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


#5889ca Background Color

<div style="background-color:#5889ca">
Div content here</div>

This div background color is #5889ca


#5889ca Border Color

<div style="border:3px solid #5889ca">
Div here</div>

This div border color is #5889ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5889ca


Comments

No comments written yet.

Please login to write comment.