Color Hex Logo

#730bad Color Hex

#730BAD
(115,11,173)
0 Favorites   0 Comments

Color spaces of #730bad

RGB 11511173
HSL0.770.880.36
HSV279°94°68°
CMYK 0.340.940.00   0.32
XYZ14.73276.901340.0907
Yxy6.90130.23870.1118
Hunter Lab26.270354.1318-72.0922
CIE-Lab31.581263.4956-61.3114

#730bad color RGB value is (115,11,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001011 10101101
Octal 163 13 255
Decimal 115 11 173
Hex 73 B AD

RGB Percentages of Color #730bad

%38.46
%3.68
%57.86

CMYK Percentages of Color #730bad

%34
%94
%0
%32

Triadic Colors of #730bad

#730bad #ad730b #0bad73

Analogous Colors of #730bad

#730bad #ad0b96 #220bad

Monochromatic Colors of #730bad

#730bad

Complementary Color

#730bad #45ad0b

#730bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#730bad Color CSS Codes

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

#730bad Text Font Color

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

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


#730bad Background Color

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

This div background color is #730bad


#730bad Border Color

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

This div border color is #730bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730bad


Comments

No comments written yet.

Please login to write comment.