Color Hex Logo

#590bed Color Hex

#590BED
(89,11,237)
0 Favorites   0 Comments

Color spaces of #590bed

RGB 8911237
HSL0.720.910.49
HSV261°95°93°
CMYK 0.620.950.00   0.07
XYZ19.52568.477680.7280
Yxy8.47760.17960.0780
Hunter Lab29.116368.7497-144.0062
CIE-Lab34.958475.3767-93.1572

#590bed color RGB value is (89,11,237).

#590bed hex color red value is 89, green value is 11 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #590bed hue: 0.72 , saturation: 0.91 and the lightness value of 590bed is 0.49.

The process color (four color CMYK) of #590bed color hex is 0.62, 0.95, 0.00, 0.07. Web safe color of #590bed is #6600ff. Color #590bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001011 11101101
Octal 131 13 355
Decimal 89 11 237
Hex 59 B ED

RGB Percentages of Color #590bed

%26.41
%3.26
%70.33

CMYK Percentages of Color #590bed

%62
%95
%0
%7

Triadic Colors of #590bed

#590bed #ed590b #0bed59

Analogous Colors of #590bed

#590bed #ca0bed #0b2eed

Monochromatic Colors of #590bed

#590bed

Complementary Color

#590bed #9fed0b

#590bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#590bed Color CSS Codes

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

#590bed Text Font Color

<p style="color:#590bed">Text here</p>

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


#590bed Background Color

<div style="background-color:#590bed">
Div content here</div>

This div background color is #590bed


#590bed Border Color

<div style="border:3px solid #590bed">
Div here</div>

This div border color is #590bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,11,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #590bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #590bed;
  -webkit-box-shadow: 1px 1px 3px 2px #590bed;
  box-shadow:         1px 1px 3px 2px #590bed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590bed


Comments

No comments written yet.

Please login to write comment.