Color Hex Logo

#73089d Color Hex

#73089D
(115,8,157)
0 Favorites   0 Comments

Color spaces of #73089d

RGB 1158157
HSL0.790.900.32
HSV283°95°62°
CMYK 0.270.950.00   0.38
XYZ13.24296.252832.4072
Yxy6.25280.25510.1205
Hunter Lab25.005650.7733-59.3358
CIE-Lab30.041560.7551-54.1517

#73089d color RGB value is (115,8,157).

#73089d hex color red value is 115, green value is 8 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #73089d hue: 0.79 , saturation: 0.90 and the lightness value of 73089d is 0.32.

The process color (four color CMYK) of #73089d color hex is 0.27, 0.95, 0.00, 0.38. Web safe color of #73089d is #660099. Color #73089d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001000 10011101
Octal 163 10 235
Decimal 115 8 157
Hex 73 8 9D

RGB Percentages of Color #73089d

%41.07
%2.86
%56.07

CMYK Percentages of Color #73089d

%27
%95
%0
%38

Triadic Colors of #73089d

#73089d #9d7308 #089d73

Analogous Colors of #73089d

#73089d #9d087d #28089d

Monochromatic Colors of #73089d

#73089d

Complementary Color

#73089d #329d08

#73089d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73089d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73089d Color CSS Codes

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

#73089d Text Font Color

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

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


#73089d Background Color

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

This div background color is #73089d


#73089d Border Color

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

This div border color is #73089d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,8,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 #73089d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73089d


Comments

No comments written yet.

Please login to write comment.