Color Hex Logo

#59075d Color Hex

#59075D
(89,7,93)
0 Favorites   0 Comments

Color spaces of #59075d

RGB 89793
HSL0.830.860.20
HSV297°92°36°
CMYK 0.040.920.00   0.64
XYZ6.17163.066110.6225
Yxy3.06610.31080.1544
Hunter Lab17.510332.2704-23.7107
CIE-Lab20.306744.4719-29.4724

#59075d color RGB value is (89,7,93).

#59075d hex color red value is 89, green value is 7 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #59075d hue: 0.83 , saturation: 0.86 and the lightness value of 59075d is 0.20.

The process color (four color CMYK) of #59075d color hex is 0.04, 0.92, 0.00, 0.64. Web safe color of #59075d is #660066. Color #59075d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000111 01011101
Octal 131 7 135
Decimal 89 7 93
Hex 59 7 5D

RGB Percentages of Color #59075d

%47.09
%3.70
%49.21

CMYK Percentages of Color #59075d

%4
%92
%0
%64

Triadic Colors of #59075d

#59075d #5d5907 #075d59

Analogous Colors of #59075d

#59075d #5d0736 #2e075d

Monochromatic Colors of #59075d

#59075d

Complementary Color

#59075d #0b5d07

#59075d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59075d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59075d Color CSS Codes

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

#59075d Text Font Color

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

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


#59075d Background Color

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

This div background color is #59075d


#59075d Border Color

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

This div border color is #59075d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59075d


Comments

No comments written yet.

Please login to write comment.