Color Hex Logo

#59238a Color Hex

#59238A
(89,35,138)
0 Favorites   0 Comments

Color spaces of #59238a

RGB 8935138
HSL0.750.600.34
HSV271°75°54°
CMYK 0.360.750.00   0.46
XYZ9.30835.160924.5503
Yxy5.16090.23860.1323
Hunter Lab22.717633.3826-48.1707
CIE-Lab27.188344.3132-47.2668

#59238a color RGB value is (89,35,138).

#59238a hex color red value is 89, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #59238a hue: 0.75 , saturation: 0.60 and the lightness value of 59238a is 0.34.

The process color (four color CMYK) of #59238a color hex is 0.36, 0.75, 0.00, 0.46. Web safe color of #59238a is #663399. Color #59238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100011 10001010
Octal 131 43 212
Decimal 89 35 138
Hex 59 23 8A

RGB Percentages of Color #59238a

%33.97
%13.36
%52.67

CMYK Percentages of Color #59238a

%36
%75
%0
%46

Triadic Colors of #59238a

#59238a #8a5923 #238a59

Analogous Colors of #59238a

#59238a #8a2388 #26238a

Monochromatic Colors of #59238a

#59238a

Complementary Color

#59238a #548a23

#59238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59238a Color CSS Codes

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

#59238a Text Font Color

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

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


#59238a Background Color

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

This div background color is #59238a


#59238a Border Color

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

This div border color is #59238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59238a


Comments

No comments written yet.

Please login to write comment.