Color Hex Logo

#730fae Color Hex

#730FAE
(115,15,174)
0 Favorites   0 Comments

Color spaces of #730fae

RGB 11515174
HSL0.770.840.37
HSV278°91°68°
CMYK 0.340.910.00   0.32
XYZ14.88107.042540.6194
Yxy7.04250.23790.1126
Hunter Lab26.537753.6527-72.1746
CIE-Lab31.903563.0045-61.3831

#730fae color RGB value is (115,15,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001111 10101110
Octal 163 17 256
Decimal 115 15 174
Hex 73 F AE

RGB Percentages of Color #730fae

%37.83
%4.93
%57.24

CMYK Percentages of Color #730fae

%34
%91
%0
%32

Triadic Colors of #730fae

#730fae #ae730f #0fae73

Analogous Colors of #730fae

#730fae #ae0f9a #240fae

Monochromatic Colors of #730fae

#730fae

Complementary Color

#730fae #4aae0f

#730fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#730fae Color CSS Codes

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

#730fae Text Font Color

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

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


#730fae Background Color

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

This div background color is #730fae


#730fae Border Color

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

This div border color is #730fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,15,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 #730fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730fae


Comments

No comments written yet.

Please login to write comment.