Color Hex Logo

#89457c Color Hex

#89457C
(137,69,124)
2 Favorites   0 Comments

Color spaces of #89457c

RGB 13769124
HSL0.870.330.40
HSV311°50°54°
CMYK 0.000.500.09   0.46
XYZ16.082711.029820.3501
Yxy11.02980.33880.2324
Hunter Lab33.211128.3202-13.0821
CIE-Lab39.630636.7649-18.4341

#89457c color RGB value is (137,69,124).

#89457c hex color red value is 137, green value is 69 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #89457c hue: 0.87 , saturation: 0.33 and the lightness value of 89457c is 0.40.

The process color (four color CMYK) of #89457c color hex is 0.00, 0.50, 0.09, 0.46. Web safe color of #89457c is #993366. Color #89457c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000101 01111100
Octal 211 105 174
Decimal 137 69 124
Hex 89 45 7C

RGB Percentages of Color #89457c

%41.52
%20.91
%37.58

CMYK Percentages of Color #89457c

%0
%50
%9
%46

Triadic Colors of #89457c

#89457c #7c8945 #457c89

Analogous Colors of #89457c

#89457c #89455a #744589

Monochromatic Colors of #89457c

#89457c

Complementary Color

#89457c #458952

#89457c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89457c Color Preview on White Background

Lorem ipsum dolor sit amet.

#89457c Color CSS Codes

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

#89457c Text Font Color

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

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


#89457c Background Color

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

This div background color is #89457c


#89457c Border Color

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

This div border color is #89457c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,69,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89457c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89457c;
  -webkit-box-shadow: 1px 1px 3px 2px #89457c;
  box-shadow:         1px 1px 3px 2px #89457c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89457c

#89457c Color Palettes


Comments

No comments written yet.

Please login to write comment.