Color Hex Logo

#590ebf Color Hex

#590EBF
(89,14,191)
0 Favorites   0 Comments

Color spaces of #590ebf

RGB 8914191
HSL0.740.860.40
HSV265°93°75°
CMYK 0.530.930.00   0.25
XYZ13.68086.199549.7658
Yxy6.19950.19640.0890
Hunter Lab24.898854.5051-101.0751
CIE-Lab29.910364.1468-74.9033

#590ebf color RGB value is (89,14,191).

#590ebf hex color red value is 89, green value is 14 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #590ebf hue: 0.74 , saturation: 0.86 and the lightness value of 590ebf is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001110 10111111
Octal 131 16 277
Decimal 89 14 191
Hex 59 E BF

RGB Percentages of Color #590ebf

%30.27
%4.76
%64.97

CMYK Percentages of Color #590ebf

%53
%93
%0
%25

Triadic Colors of #590ebf

#590ebf #bf590e #0ebf59

Analogous Colors of #590ebf

#590ebf #b20ebf #0e1cbf

Monochromatic Colors of #590ebf

#590ebf

Complementary Color

#590ebf #74bf0e

#590ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#590ebf Color CSS Codes

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

#590ebf Text Font Color

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

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


#590ebf Background Color

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

This div background color is #590ebf


#590ebf Border Color

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

This div border color is #590ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590ebf


Comments

No comments written yet.

Please login to write comment.