Color Hex Logo

#730a6c Color Hex

#730A6C
(115,10,108)
0 Favorites   0 Comments

Color spaces of #730a6c

RGB 11510108
HSL0.840.840.25
HSV304°91°45°
CMYK 0.000.910.06   0.55
XYZ9.88554.944614.6207
Yxy4.94460.33570.1679
Hunter Lab22.236540.4406-23.4183
CIE-Lab26.576351.6196-29.0081

#730a6c color RGB value is (115,10,108).

#730a6c hex color red value is 115, green value is 10 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #730a6c hue: 0.84 , saturation: 0.84 and the lightness value of 730a6c is 0.25.

The process color (four color CMYK) of #730a6c color hex is 0.00, 0.91, 0.06, 0.55. Web safe color of #730a6c is #660066. Color #730a6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001010 01101100
Octal 163 12 154
Decimal 115 10 108
Hex 73 A 6C

RGB Percentages of Color #730a6c

%49.36
%4.29
%46.35

CMYK Percentages of Color #730a6c

%0
%91
%6
%55

Triadic Colors of #730a6c

#730a6c #6c730a #0a6c73

Analogous Colors of #730a6c

#730a6c #730a37 #460a73

Monochromatic Colors of #730a6c

#730a6c

Complementary Color

#730a6c #0a7311

#730a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#730a6c Color CSS Codes

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

#730a6c Text Font Color

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

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


#730a6c Background Color

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

This div background color is #730a6c


#730a6c Border Color

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

This div border color is #730a6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,10,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #730a6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #730a6c;
  -webkit-box-shadow: 1px 1px 3px 2px #730a6c;
  box-shadow:         1px 1px 3px 2px #730a6c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730a6c


Comments

No comments written yet.

Please login to write comment.