Color Hex Logo

#590364 Color Hex

#590364
(89,3,100)
0 Favorites   0 Comments

Color spaces of #590364

RGB 893100
HSL0.810.940.20
HSV293°97°39°
CMYK 0.110.970.00   0.61
XYZ6.45263.109112.3166
Yxy3.10910.29490.1421
Hunter Lab17.632634.4643-29.0719
CIE-Lab20.475646.7486-33.8363

#590364 color RGB value is (89,3,100).

#590364 hex color red value is 89, green value is 3 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #590364 hue: 0.81 , saturation: 0.94 and the lightness value of 590364 is 0.20.

The process color (four color CMYK) of #590364 color hex is 0.11, 0.97, 0.00, 0.61. Web safe color of #590364 is #660066. Color #590364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000011 01100100
Octal 131 3 144
Decimal 89 3 100
Hex 59 3 64

RGB Percentages of Color #590364

%46.35
%1.56
%52.08

CMYK Percentages of Color #590364

%11
%97
%0
%61

Triadic Colors of #590364

#590364 #645903 #036459

Analogous Colors of #590364

#590364 #64033f #280364

Monochromatic Colors of #590364

#590364

Complementary Color

#590364 #0e6403

#590364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590364 Color CSS Codes

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

#590364 Text Font Color

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

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


#590364 Background Color

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

This div background color is #590364


#590364 Border Color

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

This div border color is #590364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590364


Comments

No comments written yet.

Please login to write comment.