Color Hex Logo

#5908be Color Hex

#5908BE
(89,8,190)
0 Favorites   0 Comments

Color spaces of #5908be

RGB 898190
HSL0.740.920.39
HSV267°96°75°
CMYK 0.530.960.00   0.25
XYZ13.50096.015249.1647
Yxy6.01520.19660.0876
Hunter Lab24.525955.3395-101.6848
CIE-Lab29.450864.9739-75.0728

#5908be color RGB value is (89,8,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001000 10111110
Octal 131 10 276
Decimal 89 8 190
Hex 59 8 BE

RGB Percentages of Color #5908be

%31.01
%2.79
%66.20

CMYK Percentages of Color #5908be

%53
%96
%0
%25

Triadic Colors of #5908be

#5908be #be5908 #08be59

Analogous Colors of #5908be

#5908be #b408be #0812be

Monochromatic Colors of #5908be

#5908be

Complementary Color

#5908be #6dbe08

#5908be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5908be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5908be Color CSS Codes

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

#5908be Text Font Color

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

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


#5908be Background Color

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

This div background color is #5908be


#5908be Border Color

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

This div border color is #5908be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5908be


Comments

No comments written yet.

Please login to write comment.