Color Hex Logo

#73339e Color Hex

#73339E
(115,51,158)
0 Favorites   0 Comments

Color spaces of #73339e

RGB 11551158
HSL0.770.510.41
HSV276°68°62°
CMYK 0.270.680.00   0.38
XYZ14.42568.481133.2245
Yxy8.48110.25700.1511
Hunter Lab29.122337.4550-47.2560
CIE-Lab34.965447.0290-46.7755

#73339e color RGB value is (115,51,158).

#73339e hex color red value is 115, green value is 51 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #73339e hue: 0.77 , saturation: 0.51 and the lightness value of 73339e is 0.41.

The process color (four color CMYK) of #73339e color hex is 0.27, 0.68, 0.00, 0.38. Web safe color of #73339e is #663399. Color #73339e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110011 10011110
Octal 163 63 236
Decimal 115 51 158
Hex 73 33 9E

RGB Percentages of Color #73339e

%35.49
%15.74
%48.77

CMYK Percentages of Color #73339e

%27
%68
%0
%38

Triadic Colors of #73339e

#73339e #9e7333 #339e73

Analogous Colors of #73339e

#73339e #9e3394 #3d339e

Monochromatic Colors of #73339e

#73339e

Complementary Color

#73339e #5e9e33

#73339e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73339e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73339e Color CSS Codes

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

#73339e Text Font Color

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

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


#73339e Background Color

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

This div background color is #73339e


#73339e Border Color

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

This div border color is #73339e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,51,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73339e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73339e;
  -webkit-box-shadow: 1px 1px 3px 2px #73339e;
  box-shadow:         1px 1px 3px 2px #73339e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,51,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73339e


Comments

No comments written yet.

Please login to write comment.