Color Hex Logo

#731e9f Color Hex

#731E9F
(115,30,159)
0 Favorites   0 Comments

Color spaces of #731e9f

RGB 11530159
HSL0.780.680.37
HSV280°81°62°
CMYK 0.280.810.00   0.38
XYZ13.79257.076633.4399
Yxy7.07660.25400.1303
Hunter Lab26.601945.9951-55.9092
CIE-Lab31.980755.9341-52.2119

#731e9f color RGB value is (115,30,159).

#731e9f hex color red value is 115, green value is 30 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #731e9f hue: 0.78 , saturation: 0.68 and the lightness value of 731e9f is 0.37.

The process color (four color CMYK) of #731e9f color hex is 0.28, 0.81, 0.00, 0.38. Web safe color of #731e9f is #663399. Color #731e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011110 10011111
Octal 163 36 237
Decimal 115 30 159
Hex 73 1E 9F

RGB Percentages of Color #731e9f

%37.83
%9.87
%52.30

CMYK Percentages of Color #731e9f

%28
%81
%0
%38

Triadic Colors of #731e9f

#731e9f #9f731e #1e9f73

Analogous Colors of #731e9f

#731e9f #9f1e8b #321e9f

Monochromatic Colors of #731e9f

#731e9f

Complementary Color

#731e9f #4a9f1e

#731e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#731e9f Color CSS Codes

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

#731e9f Text Font Color

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

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


#731e9f Background Color

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

This div background color is #731e9f


#731e9f Border Color

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

This div border color is #731e9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,30,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #731e9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #731e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #731e9f;
  box-shadow:         1px 1px 3px 2px #731e9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731e9f


Comments

No comments written yet.

Please login to write comment.