Color Hex Logo

#5901be Color Hex

#5901BE
(89,1,190)
0 Favorites   0 Comments

Color spaces of #5901be

RGB 891190
HSL0.740.990.37
HSV268°99°75°
CMYK 0.530.990.00   0.25
XYZ13.42495.863349.1393
Yxy5.86330.19620.0857
Hunter Lab24.214356.5893-103.3704
CIE-Lab29.064966.1466-75.7116

#5901be color RGB value is (89,1,190).

#5901be hex color red value is 89, green value is 1 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5901be hue: 0.74 , saturation: 0.99 and the lightness value of 5901be is 0.37.

The process color (four color CMYK) of #5901be color hex is 0.53, 0.99, 0.00, 0.25. Web safe color of #5901be is #6600cc. Color #5901be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000001 10111110
Octal 131 1 276
Decimal 89 1 190
Hex 59 1 BE

RGB Percentages of Color #5901be

%31.79
%0.36
%67.86

CMYK Percentages of Color #5901be

%53
%99
%0
%25

Triadic Colors of #5901be

#5901be #be5901 #01be59

Analogous Colors of #5901be

#5901be #b801be #0108be

Monochromatic Colors of #5901be

#5901be

Complementary Color

#5901be #66be01

#5901be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5901be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5901be Color CSS Codes

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

#5901be Text Font Color

<p style="color:#5901be">Text here</p>

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


#5901be Background Color

<div style="background-color:#5901be">
Div content here</div>

This div background color is #5901be


#5901be Border Color

<div style="border:3px solid #5901be">
Div here</div>

This div border color is #5901be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,1,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5901be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5901be;
  -webkit-box-shadow: 1px 1px 3px 2px #5901be;
  box-shadow:         1px 1px 3px 2px #5901be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5901be


Comments

No comments written yet.

Please login to write comment.