Color Hex Logo

#5962e3 Color Hex

#5962E3
(89,98,227)
0 Favorites   0 Comments

Color spaces of #5962e3

RGB 8998227
HSL0.660.710.62
HSV236°61°89°
CMYK 0.610.570.00   0.11
XYZ22.352616.405374.6615
Yxy16.40530.19710.1446
Hunter Lab40.503527.6276-80.9390
CIE-Lab47.501834.9118-66.8777

#5962e3 color RGB value is (89,98,227).

#5962e3 hex color red value is 89, green value is 98 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #5962e3 hue: 0.66 , saturation: 0.71 and the lightness value of 5962e3 is 0.62.

The process color (four color CMYK) of #5962e3 color hex is 0.61, 0.57, 0.00, 0.11. Web safe color of #5962e3 is #6666cc. Color #5962e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100010 11100011
Octal 131 142 343
Decimal 89 98 227
Hex 59 62 E3

RGB Percentages of Color #5962e3

%21.50
%23.67
%54.83

CMYK Percentages of Color #5962e3

%61
%57
%0
%11

Triadic Colors of #5962e3

#5962e3 #e35962 #62e359

Analogous Colors of #5962e3

#5962e3 #9559e3 #59a7e3

Monochromatic Colors of #5962e3

#5962e3

Complementary Color

#5962e3 #e3da59

#5962e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5962e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5962e3 Color CSS Codes

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

#5962e3 Text Font Color

<p style="color:#5962e3">Text here</p>

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


#5962e3 Background Color

<div style="background-color:#5962e3">
Div content here</div>

This div background color is #5962e3


#5962e3 Border Color

<div style="border:3px solid #5962e3">
Div here</div>

This div border color is #5962e3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,98,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5962e3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5962e3;
  -webkit-box-shadow: 1px 1px 3px 2px #5962e3;
  box-shadow:         1px 1px 3px 2px #5962e3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,98,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5962e3


Comments

No comments written yet.

Please login to write comment.