Color Hex Logo

#731baa Color Hex

#731BAA
(115,27,170)
0 Favorites   0 Comments

Color spaces of #731baa

RGB 11527170
HSL0.770.730.39
HSV277°84°67°
CMYK 0.320.840.00   0.33
XYZ14.71797.331038.6695
Yxy7.33100.24240.1207
Hunter Lab27.075849.6465-65.7245
CIE-Lab32.548959.2345-57.9286

#731baa color RGB value is (115,27,170).

#731baa hex color red value is 115, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #731baa hue: 0.77 , saturation: 0.73 and the lightness value of 731baa is 0.39.

The process color (four color CMYK) of #731baa color hex is 0.32, 0.84, 0.00, 0.33. Web safe color of #731baa is #663399. Color #731baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011011 10101010
Octal 163 33 252
Decimal 115 27 170
Hex 73 1B AA

RGB Percentages of Color #731baa

%36.86
%8.65
%54.49

CMYK Percentages of Color #731baa

%32
%84
%0
%33

Triadic Colors of #731baa

#731baa #aa731b #1baa73

Analogous Colors of #731baa

#731baa #aa1b9a #2b1baa

Monochromatic Colors of #731baa

#731baa

Complementary Color

#731baa #52aa1b

#731baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#731baa Color CSS Codes

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

#731baa Text Font Color

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

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


#731baa Background Color

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

This div background color is #731baa


#731baa Border Color

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

This div border color is #731baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731baa


Comments

No comments written yet.

Please login to write comment.