Color Hex Logo

#730aae Color Hex

#730AAE
(115,10,174)
0 Favorites   0 Comments

Color spaces of #730aae

RGB 11510174
HSL0.770.890.36
HSV278°94°68°
CMYK 0.340.940.00   0.32
XYZ14.81886.917940.5987
Yxy6.91790.23770.1110
Hunter Lab26.301954.5407-73.1067
CIE-Lab31.619363.8535-61.8486

#730aae color RGB value is (115,10,174).

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

The process color (four color CMYK) of #730aae color hex is 0.34, 0.94, 0.00, 0.32. Web safe color of #730aae is #660099. Color #730aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001010 10101110
Octal 163 12 256
Decimal 115 10 174
Hex 73 A AE

RGB Percentages of Color #730aae

%38.46
%3.34
%58.19

CMYK Percentages of Color #730aae

%34
%94
%0
%32

Triadic Colors of #730aae

#730aae #ae730a #0aae73

Analogous Colors of #730aae

#730aae #ae0a97 #210aae

Monochromatic Colors of #730aae

#730aae

Complementary Color

#730aae #45ae0a

#730aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#730aae Color CSS Codes

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

#730aae Text Font Color

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

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


#730aae Background Color

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

This div background color is #730aae


#730aae Border Color

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

This div border color is #730aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730aae


Comments

No comments written yet.

Please login to write comment.