Color Hex Logo

#731379 Color Hex

#731379
(115,19,121)
0 Favorites   0 Comments

Color spaces of #731379

RGB 11519121
HSL0.820.730.27
HSV296°84°47°
CMYK 0.050.840.00   0.53
XYZ10.75435.491118.5822
Yxy5.49110.30880.1577
Hunter Lab23.433140.9122-30.6132
CIE-Lab28.090451.7893-34.9188

#731379 color RGB value is (115,19,121).

#731379 hex color red value is 115, green value is 19 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #731379 hue: 0.82 , saturation: 0.73 and the lightness value of 731379 is 0.27.

The process color (four color CMYK) of #731379 color hex is 0.05, 0.84, 0.00, 0.53. Web safe color of #731379 is #660066. Color #731379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010011 01111001
Octal 163 23 171
Decimal 115 19 121
Hex 73 13 79

RGB Percentages of Color #731379

%45.10
%7.45
%47.45

CMYK Percentages of Color #731379

%5
%84
%0
%53

Triadic Colors of #731379

#731379 #797313 #137973

Analogous Colors of #731379

#731379 #79134c #401379

Monochromatic Colors of #731379

#731379

Complementary Color

#731379 #197913

#731379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731379 Color CSS Codes

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

#731379 Text Font Color

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

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


#731379 Background Color

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

This div background color is #731379


#731379 Border Color

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

This div border color is #731379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,19,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #731379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #731379;
  -webkit-box-shadow: 1px 1px 3px 2px #731379;
  box-shadow:         1px 1px 3px 2px #731379; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731379


Comments

No comments written yet.

Please login to write comment.