Color Hex Logo

#930589 Color Hex

#930589
(147,5,137)
0 Favorites   0 Comments

Color spaces of #930589

RGB 1475137
HSL0.850.930.30
HSV304°97°58°
CMYK 0.000.970.07   0.42
XYZ16.60228.117724.3588
Yxy8.11770.33830.1654
Hunter Lab28.491654.1527-30.7457
CIE-Lab34.226863.0033-34.8141

#930589 color RGB value is (147,5,137).

#930589 hex color red value is 147, green value is 5 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #930589 hue: 0.85 , saturation: 0.93 and the lightness value of 930589 is 0.30.

The process color (four color CMYK) of #930589 color hex is 0.00, 0.97, 0.07, 0.42. Web safe color of #930589 is #990099. Color #930589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000101 10001001
Octal 223 5 211
Decimal 147 5 137
Hex 93 5 89

RGB Percentages of Color #930589

%50.87
%1.73
%47.40

CMYK Percentages of Color #930589

%0
%97
%7
%42

Triadic Colors of #930589

#930589 #899305 #058993

Analogous Colors of #930589

#930589 #930542 #560593

Monochromatic Colors of #930589

#930589

Complementary Color

#930589 #05930f

#930589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#930589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#930589 Color CSS Codes

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

#930589 Text Font Color

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

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


#930589 Background Color

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

This div background color is #930589


#930589 Border Color

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

This div border color is #930589


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,5,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #930589; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #930589;
  -webkit-box-shadow: 1px 1px 3px 2px #930589;
  box-shadow:         1px 1px 3px 2px #930589; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #930589


Comments

No comments written yet.

Please login to write comment.