Color Hex Logo

#59233f Color Hex

#59233F
(89,35,63)
0 Favorites   0 Comments

Color spaces of #59233f

RGB 893563
HSL0.910.440.24
HSV329°61°35°
CMYK 0.000.610.29   0.65
XYZ5.61813.68485.1178
Yxy3.68480.38960.2555
Hunter Lab19.195818.6494-2.3702
CIE-Lab22.600828.3866-5.6249

#59233f color RGB value is (89,35,63).

#59233f hex color red value is 89, green value is 35 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #59233f hue: 0.91 , saturation: 0.44 and the lightness value of 59233f is 0.24.

The process color (four color CMYK) of #59233f color hex is 0.00, 0.61, 0.29, 0.65. Web safe color of #59233f is #663333. Color #59233f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100011 00111111
Octal 131 43 77
Decimal 89 35 63
Hex 59 23 3F

RGB Percentages of Color #59233f

%47.59
%18.72
%33.69

CMYK Percentages of Color #59233f

%0
%61
%29
%65

Triadic Colors of #59233f

#59233f #3f5923 #233f59

Analogous Colors of #59233f

#59233f #592324 #582359

Monochromatic Colors of #59233f

#59233f

Complementary Color

#59233f #23593d

#59233f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59233f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59233f Color CSS Codes

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

#59233f Text Font Color

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

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


#59233f Background Color

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

This div background color is #59233f


#59233f Border Color

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

This div border color is #59233f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59233f


Comments

No comments written yet.

Please login to write comment.