Color Hex Logo

#590750 Color Hex

#590750
(89,7,80)
0 Favorites   0 Comments

Color spaces of #590750

RGB 89780
HSL0.850.850.19
HSV307°92°35°
CMYK 0.000.920.10   0.65
XYZ5.64382.85507.8430
Yxy2.85500.34540.1747
Hunter Lab16.896730.0527-15.6931
CIE-Lab19.453642.2486-22.0886

#590750 color RGB value is (89,7,80).

#590750 hex color red value is 89, green value is 7 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #590750 hue: 0.85 , saturation: 0.85 and the lightness value of 590750 is 0.19.

The process color (four color CMYK) of #590750 color hex is 0.00, 0.92, 0.10, 0.65. Web safe color of #590750 is #660066. Color #590750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000111 01010000
Octal 131 7 120
Decimal 89 7 80
Hex 59 7 50

RGB Percentages of Color #590750

%50.57
%3.98
%45.45

CMYK Percentages of Color #590750

%0
%92
%10
%65

Triadic Colors of #590750

#590750 #505907 #075059

Analogous Colors of #590750

#590750 #590727 #390759

Monochromatic Colors of #590750

#590750

Complementary Color

#590750 #075910

#590750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590750 Color CSS Codes

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

#590750 Text Font Color

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

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


#590750 Background Color

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

This div background color is #590750


#590750 Border Color

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

This div border color is #590750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590750


Comments

No comments written yet.

Please login to write comment.