Color Hex Logo

#89239d Color Hex

#89239D
(137,35,157)
0 Favorites   0 Comments

Color spaces of #89239d

RGB 13735157
HSL0.810.640.38
HSV290°78°62°
CMYK 0.130.780.00   0.38
XYZ17.00348.954732.7306
Yxy8.95470.28970.1526
Hunter Lab29.924449.0581-43.9029
CIE-Lab35.896958.0381-44.4988

#89239d color RGB value is (137,35,157).

#89239d hex color red value is 137, green value is 35 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #89239d hue: 0.81 , saturation: 0.64 and the lightness value of 89239d is 0.38.

The process color (four color CMYK) of #89239d color hex is 0.13, 0.78, 0.00, 0.38. Web safe color of #89239d is #993399. Color #89239d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100011 10011101
Octal 211 43 235
Decimal 137 35 157
Hex 89 23 9D

RGB Percentages of Color #89239d

%41.64
%10.64
%47.72

CMYK Percentages of Color #89239d

%13
%78
%0
%38

Triadic Colors of #89239d

#89239d #9d8923 #239d89

Analogous Colors of #89239d

#89239d #9d2374 #4c239d

Monochromatic Colors of #89239d

#89239d

Complementary Color

#89239d #379d23

#89239d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89239d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89239d Color CSS Codes

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

#89239d Text Font Color

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

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


#89239d Background Color

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

This div background color is #89239d


#89239d Border Color

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

This div border color is #89239d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,35,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89239d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89239d;
  -webkit-box-shadow: 1px 1px 3px 2px #89239d;
  box-shadow:         1px 1px 3px 2px #89239d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89239d


Comments

No comments written yet.

Please login to write comment.