Color Hex Logo

#730c7f Color Hex

#730C7F
(115,12,127)
0 Favorites   0 Comments

Color spaces of #730c7f

RGB 11512127
HSL0.820.830.27
HSV294°91°50°
CMYK 0.090.910.00   0.50
XYZ11.03255.440120.5472
Yxy5.44010.29800.1470
Hunter Lab23.324043.6153-35.9045
CIE-Lab27.953554.4471-38.9350

#730c7f color RGB value is (115,12,127).

#730c7f hex color red value is 115, green value is 12 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #730c7f hue: 0.82 , saturation: 0.83 and the lightness value of 730c7f is 0.27.

The process color (four color CMYK) of #730c7f color hex is 0.09, 0.91, 0.00, 0.50. Web safe color of #730c7f is #660066. Color #730c7f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001100 01111111
Octal 163 14 177
Decimal 115 12 127
Hex 73 C 7F

RGB Percentages of Color #730c7f

%45.28
%4.72
%50.00

CMYK Percentages of Color #730c7f

%9
%91
%0
%50

Triadic Colors of #730c7f

#730c7f #7f730c #0c7f73

Analogous Colors of #730c7f

#730c7f #7f0c52 #390c7f

Monochromatic Colors of #730c7f

#730c7f

Complementary Color

#730c7f #187f0c

#730c7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730c7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#730c7f Color CSS Codes

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

#730c7f Text Font Color

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

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


#730c7f Background Color

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

This div background color is #730c7f


#730c7f Border Color

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

This div border color is #730c7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730c7f


Comments

No comments written yet.

Please login to write comment.