Color Hex Logo

#730fad Color Hex

#730FAD
(115,15,173)
0 Favorites   0 Comments

Color spaces of #730fad

RGB 11515173
HSL0.770.840.37
HSV278°91°68°
CMYK 0.340.910.00   0.32
XYZ14.78397.003640.1078
Yxy7.00360.23890.1132
Hunter Lab26.464353.4038-71.3315
CIE-Lab31.815162.7980-60.9284

#730fad color RGB value is (115,15,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001111 10101101
Octal 163 17 255
Decimal 115 15 173
Hex 73 F AD

RGB Percentages of Color #730fad

%37.95
%4.95
%57.10

CMYK Percentages of Color #730fad

%34
%91
%0
%32

Triadic Colors of #730fad

#730fad #ad730f #0fad73

Analogous Colors of #730fad

#730fad #ad0f98 #240fad

Monochromatic Colors of #730fad

#730fad

Complementary Color

#730fad #49ad0f

#730fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#730fad Color CSS Codes

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

#730fad Text Font Color

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

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


#730fad Background Color

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

This div background color is #730fad


#730fad Border Color

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

This div border color is #730fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730fad


Comments

No comments written yet.

Please login to write comment.