Color Hex Logo

#730aba Color Hex

#730ABA
(115,10,186)
0 Favorites   0 Comments

Color spaces of #730aba

RGB 11510186
HSL0.770.900.38
HSV276°95°73°
CMYK 0.380.950.00   0.27
XYZ16.04177.407147.0386
Yxy7.40710.22760.1051
Hunter Lab27.216057.5838-83.4223
CIE-Lab32.716366.3329-67.1982

#730aba color RGB value is (115,10,186).

#730aba hex color red value is 115, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #730aba hue: 0.77 , saturation: 0.90 and the lightness value of 730aba is 0.38.

The process color (four color CMYK) of #730aba color hex is 0.38, 0.95, 0.00, 0.27. Web safe color of #730aba is #6600cc. Color #730aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001010 10111010
Octal 163 12 272
Decimal 115 10 186
Hex 73 A BA

RGB Percentages of Color #730aba

%36.98
%3.22
%59.81

CMYK Percentages of Color #730aba

%38
%95
%0
%27

Triadic Colors of #730aba

#730aba #ba730a #0aba73

Analogous Colors of #730aba

#730aba #ba0aa9 #1b0aba

Monochromatic Colors of #730aba

#730aba

Complementary Color

#730aba #51ba0a

#730aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#730aba Color CSS Codes

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

#730aba Text Font Color

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

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


#730aba Background Color

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

This div background color is #730aba


#730aba Border Color

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

This div border color is #730aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730aba


Comments

No comments written yet.

Please login to write comment.