Color Hex Logo

#731a8d Color Hex

#731A8D
(115,26,141)
0 Favorites   0 Comments

Color spaces of #731a8d

RGB 11526141
HSL0.800.690.33
HSV286°82°55°
CMYK 0.180.820.00   0.45
XYZ12.24736.306725.7711
Yxy6.30670.27630.1423
Hunter Lab25.113143.1037-43.2642
CIE-Lab30.173453.5208-44.1053

#731a8d color RGB value is (115,26,141).

#731a8d hex color red value is 115, green value is 26 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #731a8d hue: 0.80 , saturation: 0.69 and the lightness value of 731a8d is 0.33.

The process color (four color CMYK) of #731a8d color hex is 0.18, 0.82, 0.00, 0.45. Web safe color of #731a8d is #663399. Color #731a8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011010 10001101
Octal 163 32 215
Decimal 115 26 141
Hex 73 1A 8D

RGB Percentages of Color #731a8d

%40.78
%9.22
%50.00

CMYK Percentages of Color #731a8d

%18
%82
%0
%45

Triadic Colors of #731a8d

#731a8d #8d731a #1a8d73

Analogous Colors of #731a8d

#731a8d #8d1a6e #391a8d

Monochromatic Colors of #731a8d

#731a8d

Complementary Color

#731a8d #348d1a

#731a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#731a8d Color CSS Codes

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

#731a8d Text Font Color

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

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


#731a8d Background Color

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

This div background color is #731a8d


#731a8d Border Color

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

This div border color is #731a8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731a8d


Comments

No comments written yet.

Please login to write comment.